svn commit: r1073715 - /ofbiz/trunk/applications/humanres/widget/forms/PartyQualForms.xml

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

svn commit: r1073715 - /ofbiz/trunk/applications/humanres/widget/forms/PartyQualForms.xml

erwan
Author: erwan
Date: Wed Feb 23 12:06:41 2011
New Revision: 1073715

URL: http://svn.apache.org/viewvc?rev=1073715&view=rev
Log:
PartyQual should be using statusItems with a statusType=HR_DEGREE_STATUS instead of PARTY_INV_STATUS

Modified:
    ofbiz/trunk/applications/humanres/widget/forms/PartyQualForms.xml

Modified: ofbiz/trunk/applications/humanres/widget/forms/PartyQualForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/widget/forms/PartyQualForms.xml?rev=1073715&r1=1073714&r2=1073715&view=diff
==============================================================================
--- ofbiz/trunk/applications/humanres/widget/forms/PartyQualForms.xml (original)
+++ ofbiz/trunk/applications/humanres/widget/forms/PartyQualForms.xml Wed Feb 23 12:06:41 2011
@@ -34,7 +34,7 @@ under the License.
         <field name="statusId">
             <drop-down allow-empty="true">
                 <entity-options description="${description}" key-field-name="statusId" entity-name="StatusItem">
-                    <entity-constraint name="statusTypeId" operator="equals" value="PARTY_INV_STATUS"/>
+                    <entity-constraint name="statusTypeId" operator="equals" value="HR_DEGREE_STATUS"/>
                     <entity-order-by field-name="description"/>
                 </entity-options>
             </drop-down>
@@ -77,7 +77,7 @@ under the License.
         <field name="statusId">
             <drop-down allow-empty="true">
                 <entity-options description="${description}" key-field-name="statusId" entity-name="StatusItem">
-                    <entity-constraint name="statusTypeId" operator="equals" value="PARTY_INV_STATUS"/>
+                    <entity-constraint name="statusTypeId" operator="equals" value="HR_DEGREE_STATUS"/>
                     <entity-order-by field-name="description"/>
                 </entity-options>
             </drop-down>
@@ -118,7 +118,7 @@ under the License.
         <field name="statusId">
             <drop-down allow-empty="true">
                 <entity-options description="${description}" key-field-name="statusId" entity-name="StatusItem">
-                    <entity-constraint name="statusTypeId" operator="equals" value="PARTY_INV_STATUS"/>
+                    <entity-constraint name="statusTypeId" operator="equals" value="HR_DEGREE_STATUS"/>
                     <entity-order-by field-name="description"/>
                 </entity-options>
             </drop-down>