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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

ashish-18
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>