fixed bug when getQtyvailable

This commit is contained in:
uthadehikaru 2012-10-25 13:19:33 +07:00
parent c066a0c3e9
commit 00bf46d67e
1 changed files with 2 additions and 1 deletions

View File

@ -116,7 +116,8 @@ public class MStorageReservation extends X_M_StorageReservation {
.append(" FROM M_StorageOnHand s")
.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
if (M_AttributeSetInstance_ID != 0) {