Bug Fix #1694472
This commit is contained in:
parent
fddbf894f5
commit
42b7a6438b
|
|
@ -2088,7 +2088,7 @@ public final class MPayment extends X_C_Payment
|
|||
dateAcct = new Timestamp(System.currentTimeMillis());
|
||||
|
||||
// Auto Reconcile if not on Bank Statement
|
||||
boolean reconciled = false; // getC_BankStatementLine_ID() == 0;
|
||||
boolean reconciled = getC_BankStatementLine_ID() == 0; //AZ Goodwill
|
||||
|
||||
// Create Reversal
|
||||
MPayment reversal = new MPayment (getCtx(), 0, get_TrxName());
|
||||
|
|
|
|||
Loading…
Reference in New Issue