svn commit: r915271 - /ofbiz/trunk/applications/humanres/widget/forms/EmplLeaveForms.xml

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

svn commit: r915271 - /ofbiz/trunk/applications/humanres/widget/forms/EmplLeaveForms.xml

erwan
Author: erwan
Date: Tue Feb 23 10:30:52 2010
New Revision: 915271

URL: http://svn.apache.org/viewvc?rev=915271&view=rev
Log:
Corrected a NPE error in ListLeaveApprovals

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

Modified: ofbiz/trunk/applications/humanres/widget/forms/EmplLeaveForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/widget/forms/EmplLeaveForms.xml?rev=915271&r1=915270&r2=915271&view=diff
==============================================================================
--- ofbiz/trunk/applications/humanres/widget/forms/EmplLeaveForms.xml (original)
+++ ofbiz/trunk/applications/humanres/widget/forms/EmplLeaveForms.xml Tue Feb 23 10:30:52 2010
@@ -144,8 +144,8 @@
                 </sub-hyperlink>
             </display-entity>
         </field>
-        <field name="approverPartyId" field-name="partyId">
-            <display-entity entity-name="PartyNameView" description="${firstName} ${lastName}">
+        <field name="approverPartyId" field-name="approverPartyId">
+            <display-entity entity-name="PartyNameView" description="${firstName} ${lastName}" key-field-name="partyId">
                 <sub-hyperlink target="/partymgr/control/viewprofile" target-type="inter-app" description="${approverPartyId}" link-style="buttontext">
                     <parameter param-name="approverPartyId" from-field="approverPartyId"/>
                 </sub-hyperlink>