commented out temporary related to storage
This commit is contained in:
parent
2cc429a3dd
commit
bdf902535e
|
@ -191,6 +191,7 @@ public class StorageCleanup extends SvrProcess
|
|||
*/
|
||||
private void eliminateReservation(MStorageOnHand target)
|
||||
{
|
||||
/*
|
||||
// Negative Ordered / Reserved Qty
|
||||
if (target.getQtyReserved().signum() != 0 || target.getQtyOrdered().signum() != 0)
|
||||
{
|
||||
|
@ -236,6 +237,7 @@ public class StorageCleanup extends SvrProcess
|
|||
}
|
||||
}
|
||||
}
|
||||
*/
|
||||
} // eliminateReservation
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue