svn commit: r653730 - /ofbiz/trunk/applications/humanres/widget/forms/EmploymentForms.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r653730 - /ofbiz/trunk/applications/humanres/widget/forms/EmploymentForms.xml

mor-2
Author: mor
Date: Tue May  6 03:06:21 2008
New Revision: 653730

URL: http://svn.apache.org/viewvc?rev=653730&view=rev
Log:
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>