IDEMPIERE-3348 Invoice not marked as paid when credit card payment captured

This commit is contained in:
Carlos Ruiz 2017-04-20 15:07:01 +02:00
parent 313d4a5b98
commit fd0d04a7af
1 changed files with 3 additions and 0 deletions

View File

@ -2086,6 +2086,9 @@ public class MInvoice extends X_C_Invoice implements DocAction
}
}
}
if (testAllocation(true)) {
saveEx();
}
}
}