Fix [ 1882686 ] Resource Assignment problem
Thanks to Alvaro Montenegro - amontenegro and Mgrigioni
This commit is contained in:
parent
bab71c39fe
commit
c57b01638e
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue