Author: ashish
Date: Thu Jun 25 15:43:42 2009
New Revision: 788402
URL:
http://svn.apache.org/viewvc?rev=788402&view=revLog:
Adding my lookup now.
Modified:
ofbiz/trunk/applications/accounting/widget/GlForms.xml
Modified: ofbiz/trunk/applications/accounting/widget/GlForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/GlForms.xml?rev=788402&r1=788401&r2=788402&view=diff==============================================================================
--- ofbiz/trunk/applications/accounting/widget/GlForms.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/GlForms.xml Thu Jun 25 15:43:42 2009
@@ -448,10 +448,10 @@
</entity-options>
</drop-down>
</field>
- <field name="invoiceId"><text size="20" maxlength="20"/></field>
- <field name="paymentId"><text size="20" maxlength="20"/></field>
- <field name="produtId"><text size="20" maxlength="20"/></field>
- <field name="workEffortId"><text size="20" maxlength="20"/></field>
+ <field name="invoiceId"><lookup target-form-name="LookupInvoice" size="20" maxlength="20"/></field>
+ <field name="paymentId"><lookup target-form-name="LookupPayment" size="20" maxlength="20"/></field>
+ <field name="produtId"><lookup target-form-name="LookupProduct" size="20" maxlength="20"/></field>
+ <field name="workEffortId"><lookup target-form-name="LookupWorkEffort" size="20" maxlength="20"/></field>
<field name="debitGlAccountId" use-when="debitGlAccountClassId!=null">
<drop-down>
<entity-options entity-name="GlAccountOrganizationAndClass" key-field-name="glAccountId" description="${glAccountId} ${accountName}">