You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by as...@apache.org on 2010/09/24 08:37:19 UTC

svn commit: r1000725 - /ofbiz/trunk/applications/product/widget/facility/FacilityForms.xml

Author: ashish
Date: Fri Sep 24 06:37:19 2010
New Revision: 1000725

URL: http://svn.apache.org/viewvc?rev=1000725&view=rev
Log:
Bug fix.
The passed field from the form was manufacturerPartyId but field that exists in the entity InventoryItemAndLocation is partyId. So search was not working if you are trying to search records based on supplier information. 

Modified:
    ofbiz/trunk/applications/product/widget/facility/FacilityForms.xml

Modified: ofbiz/trunk/applications/product/widget/facility/FacilityForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/facility/FacilityForms.xml?rev=1000725&r1=1000724&r2=1000725&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/widget/facility/FacilityForms.xml (original)
+++ ofbiz/trunk/applications/product/widget/facility/FacilityForms.xml Fri Sep 24 06:37:19 2010
@@ -84,7 +84,7 @@ under the License.
         </field>
         <field name="serialNumber"><text-find/></field>
         <field name="softIdentifier"><text/></field>
-        <field name="manufacturerPartyId">
+        <field name="partyId" title="${uiLabelMap.FormFieldTitle_manufacturerPartyId}">
             <lookup target-form-name="LookupPartyName"/>
         </field>
         <field name="lotId" title="${uiLabelMap.ProductLotId}"><text/></field>