Please make the commit message more informative. What was changed/fixed? Also, if there is a related Jira issue, then include a link to the issue.

Adrian Crum
Sandglass Software
www.sandglass-software.com

On 5/18/2015 8:15 PM, ccar...@apache.org wrote:
Author: ccarlow
Date: Tue May 19 03:15:43 2015
New Revision: 1680155

URL: http://svn.apache.org/r1680155
Log:
JIRA OFBIZ-6387.patch

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

Modified: ofbiz/trunk/applications/humanres/widget/forms/EmploymentAppForms.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/widget/forms/EmploymentAppForms.xml?rev=1680155&r1=1680154&r2=1680155&view=diff
==============================================================================
--- ofbiz/trunk/applications/humanres/widget/forms/EmploymentAppForms.xml 
(original)
+++ ofbiz/trunk/applications/humanres/widget/forms/EmploymentAppForms.xml Tue 
May 19 03:15:43 2015
@@ -58,8 +58,7 @@ under the License.
          </field>
          <field name="partyId"><hidden/></field>
          <field name="applyingPartyId" 
title="${uiLabelMap.FormFieldTitle_applyingPartyId}"><lookup 
target-form-name="LookupPartyName"/></field>
-        <field name="referredByPartyId" title="${uiLabelMap.FormFieldTitle_referredByPartyId}" 
use-when="&quot;${referredByPartyId}&quot;.equals(null)"><lookup 
target-form-name="LookupPartyName"/></field>
-        <field name="referredByPartyId" use-when="referredByPartyId!=null"><lookup 
target-form-name="LookupPartyName"/></field>
+        <field name="referredByPartyId" 
title="${uiLabelMap.FormFieldTitle_referredByPartyId}"><lookup 
target-form-name="LookupPartyName"/></field>
          <field name="applicationDate" 
title="${uiLabelMap.FormFieldTitle_applicationDate}"><date-time/></field>
          <field name="deleteLink" title="${uiLabelMap.CommonDelete}" 
widget-style="buttontext">
              <hyperlink target="deleteEmploymentApp" 
description="${uiLabelMap.CommonDelete}" also-hidden="true">


Reply via email to