diff --git a/client/src/org/compiere/grid/GridController.java b/client/src/org/compiere/grid/GridController.java index 4976a74ef2..a9d111533a 100644 --- a/client/src/org/compiere/grid/GridController.java +++ b/client/src/org/compiere/grid/GridController.java @@ -1167,9 +1167,10 @@ public class GridController extends CPanel // Save Confirmation dialog MTable-RowSave if (e.getPropertyName().equals(GridTable.PROPERTY)) { - // throw new PropertyVetoException calls this method (??) again + // throw new PropertyVetoException will call this listener again to revert to old value if (m_vetoActive) { + //ignore m_vetoActive = false; return; }