Skip to content

Commit

Permalink
Update C_BankStatementLine.C_CUrrency_ID from C_Invoice as well
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBestPessimist committed May 5, 2020
1 parent 30bddae commit bee545c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ public void updateLineFromInvoice(final @NonNull I_C_BankStatementLine bankState
bankStatementLine.setC_BPartner_ID(invoice.getC_BPartner_ID());
bankStatementLine.setStmtAmt(invoice.getGrandTotal());
bankStatementLine.setTrxAmt(invoice.getGrandTotal());
bankStatementLine.setC_Currency_ID(invoice.getC_Currency_ID());
}

}

0 comments on commit bee545c

Please sign in to comment.