Fix [ 1882686 ] Resource Assignment problem

Thanks to Alvaro Montenegro - amontenegro
and Mgrigioni
This commit is contained in:
Carlos Ruiz 2008-02-09 04:15:13 +00:00
parent bab71c39fe
commit c57b01638e
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{