Author: mor
Date: Tue May 6 03:06:21 2008
New Revision: 653730
URL:
http://svn.apache.org/viewvc?rev=653730&view=revLog:
changed statusId to use new one introduced in previous commit i.e EMPL_POSITION_STATUS
Modified:
ofbiz/trunk/applications/humanres/widget/forms/EmploymentForms.xml
Modified: ofbiz/trunk/applications/humanres/widget/forms/EmploymentForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/widget/forms/EmploymentForms.xml?rev=653730&r1=653729&r2=653730&view=diff==============================================================================
--- ofbiz/trunk/applications/humanres/widget/forms/EmploymentForms.xml (original)
+++ ofbiz/trunk/applications/humanres/widget/forms/EmploymentForms.xml Tue May 6 03:06:21 2008
@@ -333,7 +333,7 @@
<field name="statusId">
<drop-down allow-empty="false">
<entity-options description="${description}" key-field-name="statusId" entity-name="StatusItem">
- <entity-constraint name="statusTypeId" operator="equals" value="POSITION_STATUS"/>
+ <entity-constraint name="statusTypeId" operator="equals" value="EMPL_POSITION_STATUS"/>
<entity-order-by field-name="description"/>
</entity-options>
</drop-down>