fixed bug when getQtyvailable
This commit is contained in:
parent
c066a0c3e9
commit
00bf46d67e
|
@ -116,7 +116,8 @@ public class MStorageReservation extends X_M_StorageReservation {
|
||||||
.append(" FROM M_StorageOnHand s")
|
.append(" FROM M_StorageOnHand s")
|
||||||
.append(" WHERE s.M_Product_ID=? AND s.M_Locator_ID=?");
|
.append(" WHERE s.M_Product_ID=? AND s.M_Locator_ID=?");
|
||||||
|
|
||||||
params.add(M_Product_ID, M_Locator_ID);
|
params.add(M_Product_ID);
|
||||||
|
params.add(M_Locator_ID);
|
||||||
|
|
||||||
// With ASI
|
// With ASI
|
||||||
if (M_AttributeSetInstance_ID != 0) {
|
if (M_AttributeSetInstance_ID != 0) {
|
||||||
|
|
Loading…
Reference in New Issue