You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by do...@apache.org on 2012/05/29 06:12:11 UTC

svn commit: r1343482 - /ofbiz/trunk/applications/humanres/webapp/humanres/humanres/findEmployee.ftl

Author: doogie
Date: Tue May 29 04:12:11 2012
New Revision: 1343482

URL: http://svn.apache.org/viewvc?rev=1343482&view=rev
Log:
DEPRECATION: applications/humanres: getRelatedOne variants replaced with a getRelatedOne variant that takes a boolean useCache parameter.

Modified:
    ofbiz/trunk/applications/humanres/webapp/humanres/humanres/findEmployee.ftl

Modified: ofbiz/trunk/applications/humanres/webapp/humanres/humanres/findEmployee.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/webapp/humanres/humanres/findEmployee.ftl?rev=1343482&r1=1343481&r2=1343482&view=diff
==============================================================================
--- ofbiz/trunk/applications/humanres/webapp/humanres/humanres/findEmployee.ftl (original)
+++ ofbiz/trunk/applications/humanres/webapp/humanres/humanres/findEmployee.ftl Tue May 29 04:12:11 2012
@@ -171,7 +171,7 @@ under the License.
             </tr>
             <#assign alt_row = false>
             <#list partyList as partyRow>
-            <#assign partyType = partyRow.getRelatedOne("PartyType")?if_exists>
+            <#assign partyType = partyRow.getRelatedOne("PartyType", false)?if_exists>
             <tr valign="middle"<#if alt_row> class="alternate-row"</#if>>
                 <td><a href="<@o...@ofbizUrl>">${partyRow.partyId}</a></td>
                 <td><#if partyRow.containsKey("userLoginId")>