IDEMPIERE-3348 Invoice not marked as paid when credit card payment captured
This commit is contained in:
parent
313d4a5b98
commit
fd0d04a7af
|
@ -2086,6 +2086,9 @@ public class MInvoice extends X_C_Invoice implements DocAction
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (testAllocation(true)) {
|
||||||
|
saveEx();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue