Author: bibryam
Date: Tue Apr 1 01:54:24 2008
New Revision: 643325
URL:
http://svn.apache.org/viewvc?rev=643325&view=revLog:
Added lookup for "Pay to Party Id" field of Product Store as suggested by Bruno Busco in JIRA Issue # OFBIZ-1732 "Pay to party Id" field in ProductStore edit screen generates an application error".
Modified:
ofbiz/trunk/applications/product/webapp/catalog/store/ProductStoreForms.xml
Modified: ofbiz/trunk/applications/product/webapp/catalog/store/ProductStoreForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/store/ProductStoreForms.xml?rev=643325&r1=643324&r2=643325&view=diff==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/store/ProductStoreForms.xml (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/store/ProductStoreForms.xml Tue Apr 1 01:54:24 2008
@@ -50,7 +50,8 @@
<field name="storeName" title="${uiLabelMap.ProductStoreName}"><text size="30" maxlength="60"/></field>
<field name="title" title="${uiLabelMap.ProductTitle}"><text size="30" maxlength="60"/></field>
<field name="subtitle" title="${uiLabelMap.ProductSubTitle}"><text size="60" maxlength="250"/></field>
-
+ <field name="payToPartyId"><lookup target-form-name="LookupPartyName"/></field>
+
<field name="inventoryFacilityId">
<drop-down allow-empty="true">
<entity-options entity-name="Facility" key-field-name="facilityId" description="${facilityName} [${facilityId}]">