Fix for Bug#: 1603966 committed of behalf of Idalica & Tamak ICT

This commit is contained in:
croo 2007-02-19 22:11:28 +00:00
parent 9d6ab4b8dd
commit f76c0dd242
1 changed files with 4 additions and 0 deletions

View File

@ -229,6 +229,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)