Change the Collection to List based in ABP
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2997873
This commit is contained in:
parent
bf8ee3d99e
commit
21d2006283
|
@ -53,6 +53,9 @@ import org.compiere.util.Trx;
|
|||
*/
|
||||
public class MCost extends X_M_Cost
|
||||
{
|
||||
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
|
|
|
@ -38,10 +38,13 @@ import org.compiere.util.Msg;
|
|||
*/
|
||||
public class MCostElement extends X_M_CostElement
|
||||
{
|
||||
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 8676787942212800906L;
|
||||
private static final long serialVersionUID = 3196322266971717530L;
|
||||
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue