Author: apatel
Date: Thu May 1 20:03:40 2008
New Revision: 652741
URL:
http://svn.apache.org/viewvc?rev=652741&view=revLog:
Made more fields editable in the EditEmploymentPosition form.
Modified:
ofbiz/trunk/applications/humanres/widget/forms/EmplPositionForms.xml
Modified: ofbiz/trunk/applications/humanres/widget/forms/EmplPositionForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/widget/forms/EmplPositionForms.xml?rev=652741&r1=652740&r2=652741&view=diff==============================================================================
--- ofbiz/trunk/applications/humanres/widget/forms/EmplPositionForms.xml (original)
+++ ofbiz/trunk/applications/humanres/widget/forms/EmplPositionForms.xml Thu May 1 20:03:40 2008
@@ -66,13 +66,9 @@
</entity-options>
</drop-down>
</field>
- <field name="budgetId" use-when="emplPosition!=null" title="budgetId"><display/></field>
- <field name="budgetId" use-when="emplPosition==null" title="budgetId"><lookup target-form-name="LookupBudget"/></field>
- <field name="budgetItemSeqId" use-when="emplPosition!=null" title="budgetItemSeqId"><display/></field>
- <field name="budgetItemSeqId" use-when="emplPosition==null" title="budgetItemSeqId"><lookup target-form-name="LookupBudgetItem"/></field>
- <field name="emplPositionTypeId" use-when="emplPosition!=null" title="${uiLabelMap.HumanResEmployeePositionTypeId}"><display/></field>
- <field name="estimatedFromDate" use-when="emplPosition!=null" title="${uiLabelMap.HumanResEstimatedFromDate}"><display/></field>
- <field name="emplPositionTypeId" use-when="emplPosition==null" title="${uiLabelMap.HumanResEmployeePositionTypeId}">
+ <field name="budgetId"><lookup target-form-name="LookupBudget"/></field>
+ <field name="budgetItemSeqId"><lookup target-form-name="LookupBudgetItem"/></field>
+ <field name="emplPositionTypeId" title="${uiLabelMap.HumanResEmployeePositionTypeId}">
<drop-down allow-empty="false">
<entity-options description="${description}" key-field-name="emplPositionTypeId" entity-name="EmplPositionType">
<entity-order-by field-name="description"/>