IDEMPIERE-2706 : auto validate invoice payment schedule when create new record (#2034)
This commit is contained in:
parent
21b6ec1016
commit
e61eab3901
|
@ -243,7 +243,7 @@ public class MInvoicePaySchedule extends X_C_InvoicePaySchedule
|
|||
{
|
||||
if (!success)
|
||||
return success;
|
||||
if (is_ValueChanged("DueAmt") || is_ValueChanged("IsActive"))
|
||||
if (newRecord || is_ValueChanged("DueAmt") || is_ValueChanged("IsActive"))
|
||||
{
|
||||
log.fine("afterSave");
|
||||
getParent();
|
||||
|
|
Loading…
Reference in New Issue