Author: doogie
Date: Tue May 29 04:17:53 2012
New Revision: 1343512

URL: http://svn.apache.org/viewvc?rev=1343512&view=rev
Log:
DEPRECATION: applications/humanres: GenericValue.getRelated/getRelatedCache 
variants replaced with a getRelated 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=1343512&r1=1343511&r2=1343512&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:17:53 2012
@@ -177,7 +177,7 @@ under the License.
                 <td><#if partyRow.containsKey("userLoginId")>
                         ${partyRow.userLoginId?default("N/A")}
                     <#else>
-                    <#assign userLogins = partyRow.getRelated("UserLogin")>
+                    <#assign userLogins = partyRow.getRelated("UserLogin", 
null, null, false)>
                     <#if (userLogins.size() > 0)>
                         <#if (userLogins.size() > 1)>
                             (${uiLabelMap.CommonMany})


Reply via email to