Author: lektran
Date: Sat May 31 18:41:56 2008
New Revision: 662121
URL:
http://svn.apache.org/viewvc?rev=662121&view=revLog:
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="-----"/>