From c57b01638e05493f346c45be406724f37b7702d1 Mon Sep 17 00:00:00 2001 From: Carlos Ruiz Date: Sat, 9 Feb 2008 04:15:13 +0000 Subject: [PATCH] Fix [ 1882686 ] Resource Assignment problem Thanks to Alvaro Montenegro - amontenegro and Mgrigioni --- client/src/org/compiere/grid/ed/VAssignment.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/org/compiere/grid/ed/VAssignment.java b/client/src/org/compiere/grid/ed/VAssignment.java index 47796609f8..72257ccb0d 100644 --- a/client/src/org/compiere/grid/ed/VAssignment.java +++ b/client/src/org/compiere/grid/ed/VAssignment.java @@ -340,7 +340,7 @@ public class VAssignment extends JComponent setValue(new Integer(ma.getS_ResourceAssignment_ID())); try { - fireVetoableChange("S_ResourceAssignment_ID", new Object(), getValue()); + fireVetoableChange(this.getName(), new Object(), getValue()); } catch (PropertyVetoException pve) {