Integrate again revision 1607
This commit is contained in:
parent
6beb43bdde
commit
c0a3ebdb58
|
@ -233,6 +233,10 @@ public class InOutGenerate extends SvrProcess
|
|||
if (product != null && toDeliver.signum() == 0)
|
||||
continue;
|
||||
|
||||
// or it's a charge - Bug#: 1603966
|
||||
if (line.getC_Charge_ID()!=0 && toDeliver.signum() == 0)
|
||||
continue;
|
||||
|
||||
// Check / adjust for confirmations
|
||||
BigDecimal unconfirmedShippedQty = Env.ZERO;
|
||||
if (p_IsUnconfirmedInOut && product != null && toDeliver.signum() != 0)
|
||||
|
|
Loading…
Reference in New Issue