IDEMPIERE-2391:none tax make callout CalloutInvoiceBatch rise NPE when calculator
This commit is contained in:
parent
cf30ef3581
commit
921064745d
|
@ -387,6 +387,8 @@ public class CalloutInvoiceBatch extends CalloutEngine
|
|||
}
|
||||
}
|
||||
|
||||
if (TaxAmt == null)
|
||||
TaxAmt = BigDecimal.ZERO;
|
||||
//
|
||||
if (IsTaxIncluded)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue