Skip to content

Commit

Permalink
JIRA OFBIZ-6387.patch
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/ofbiz/trunk@1680155 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
ccarlow committed May 19, 2015
1 parent c372a6c commit d5b57ba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions applications/humanres/widget/forms/EmploymentAppForms.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit d5b57ba

Please sign in to comment.