IDEMPIERE-767 Ticket #1001763: Standard Templates for Docs and Forms
This commit is contained in:
parent
8225c2a935
commit
7eaf68465b
|
@ -755,6 +755,7 @@ public class ImportInvoice extends SvrProcess
|
||||||
BigDecimal taxAmt = imp.getTaxAmt();
|
BigDecimal taxAmt = imp.getTaxAmt();
|
||||||
if (taxAmt != null && Env.ZERO.compareTo(taxAmt) != 0)
|
if (taxAmt != null && Env.ZERO.compareTo(taxAmt) != 0)
|
||||||
line.setTaxAmt(taxAmt);
|
line.setTaxAmt(taxAmt);
|
||||||
|
line.setC_1099Box_ID(imp.getC_1099Box_ID());
|
||||||
line.saveEx();
|
line.saveEx();
|
||||||
//
|
//
|
||||||
imp.setC_InvoiceLine_ID(line.getC_InvoiceLine_ID());
|
imp.setC_InvoiceLine_ID(line.getC_InvoiceLine_ID());
|
||||||
|
|
Loading…
Reference in New Issue