IDEMPIERE-386 Redesign ASI usage for FIFO / restore public method for backward compatibility

This commit is contained in:
Carlos Ruiz 2013-10-30 13:02:38 -05:00
parent 530b0130ad
commit 528dead846
1 changed files with 6 additions and 1 deletions

View File

@ -44,7 +44,12 @@ public class MStorageOnHand extends X_M_StorageOnHand
/**
*
*/
private static final long serialVersionUID = 3649163126231150631L;
private static final long serialVersionUID = -9202148574984537051L;
public static MStorageOnHand get (Properties ctx, int M_Locator_ID,
int M_Product_ID, int M_AttributeSetInstance_ID, String trxName) {
return get (ctx, M_Locator_ID, M_Product_ID, M_AttributeSetInstance_ID, null, trxName);
}
/**
* Get Storage Info