Author: jleroux
Date: Sat May 1 12:07:08 2010
New Revision: 939988
URL: http://svn.apache.org/viewvc?rev=939988&view=rev
Log:
This lookup does not exist, is there for a long time? (I did not find its date
of introduction, the older I found is r615322) and I can't see anything close
Modified:
ofbiz/trunk/applications/humanres/widget/forms/LookupForms.xml
Modified: ofbiz/trunk/applications/humanres/widget/forms/LookupForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/widget/forms/LookupForms.xml?rev=939988&r1=939987&r2=939988&view=diff
==============================================================================
--- ofbiz/trunk/applications/humanres/widget/forms/LookupForms.xml (original)
+++ ofbiz/trunk/applications/humanres/widget/forms/LookupForms.xml Sat May 1
12:07:08 2010
@@ -29,7 +29,8 @@ under the License.
<entity-options description="${description}"
key-field-name="budgetTypeId" entity-name="BudgetType"></entity-options>
</drop-down>
</field>
- <field name="customTimePeriodId"><lookup presentation="window"
target-form-name="LookupCustomTimePeriod"/></field>
+ <!-- This lookup does not exist, is there for a long time? (I did not
find its date of introduction, the older I found is r615322) and I can't see
anything close -->
+ <!--field name="customTimePeriodId"><lookup presentation="window"
target-form-name="LookupCustomTimePeriod"/></field-->
<field name="noConditionFind"><hidden value="Y"/><!-- if this isn't
there then with all fields empty no query will be done --></field>
<field name="submitButton" title="${uiLabelMap.CommonFind}"
widget-style="smallSubmit"><submit button-type="button"/></field>
</form>