IDEMPIERE-4555 Incorrect price in intercompany document (#389)

* IDEMPIERE-4555 Incorrect price in intercompany document

* Update MOrder.java

* Update MOrder.java
This commit is contained in:
AndreaCh83 2020-11-21 00:55:02 +01:00 committed by GitHub
parent 611e1bbb8f
commit 530d5e7b9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -2388,7 +2388,6 @@ public class MOrder extends X_C_Order implements DocAction
{
MOrderLine counterLine = counterLines[i];
counterLine.setOrder(counter); // copies header values (BP, etc.)
counterLine.setPrice();
counterLine.setTax();
counterLine.saveEx(get_TrxName());
}