IDEMPIERE-1079 Reset Allocation is leaving invoices as paid / Thanks to Juliana Corredor
This commit is contained in:
parent
ab31459efb
commit
ac1a8e486c
|
@ -321,6 +321,7 @@ public final class MAllocationHdr extends X_C_AllocationHdr implements DocAction
|
|||
}
|
||||
// Mark as Inactive
|
||||
setIsActive(false); // updated DB for line delete/process
|
||||
this.saveEx();
|
||||
|
||||
// Unlink
|
||||
getLines(true);
|
||||
|
|
Loading…
Reference in New Issue