You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by le...@apache.org on 2008/06/01 03:41:57 UTC

svn commit: r662121 - /ofbiz/trunk/applications/humanres/widget/forms/EmployeeForms.xml

Author: lektran
Date: Sat May 31 18:41:56 2008
New Revision: 662121

URL: http://svn.apache.org/viewvc?rev=662121&view=rev
Log:
Display the internal org's groupName rather than partyId when creating a new employee

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

Modified: ofbiz/trunk/applications/humanres/widget/forms/EmployeeForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/widget/forms/EmployeeForms.xml?rev=662121&r1=662120&r2=662121&view=diff
==============================================================================
--- ofbiz/trunk/applications/humanres/widget/forms/EmployeeForms.xml (original)
+++ ofbiz/trunk/applications/humanres/widget/forms/EmployeeForms.xml Sat May 31 18:41:56 2008
@@ -28,7 +28,7 @@
         <field name="lastName" tooltip="${uiLabelMap.CommonRequired}" widget-style="required"><text/></field>
         <field name="partyIdFrom" title="${uiLabelMap.OrderOrderEntryInternalOrganization}" tooltip="${uiLabelMap.CommonRequired}" widget-style="required">
             <drop-down allow-empty="true">
-                <entity-options entity-name="PartyRole" key-field-name="partyId" description="${partyId}">
+                <entity-options entity-name="PartyRoleNameDetail" key-field-name="partyId" description="${groupName}">
                     <entity-constraint name="roleTypeId" operator="equals" value="INTERNAL_ORGANIZATIO"/>                    
                 </entity-options>
                 <option key="null" description="-----"/>