Author: chrisg
Date: Fri May 15 09:12:29 2009
New Revision: 775061

URL: http://svn.apache.org/viewvc?rev=775061&view=rev
Log:
Applied fix from trunk for revision: 774379 
 Fixes error when updating a ProductStore (missing parameter)

Modified:
    
ofbiz/branches/release09.04/applications/product/webapp/catalog/store/ProductStoreForms.xml

Modified: 
ofbiz/branches/release09.04/applications/product/webapp/catalog/store/ProductStoreForms.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/release09.04/applications/product/webapp/catalog/store/ProductStoreForms.xml?rev=775061&r1=775060&r2=775061&view=diff
==============================================================================
--- 
ofbiz/branches/release09.04/applications/product/webapp/catalog/store/ProductStoreForms.xml
 (original)
+++ 
ofbiz/branches/release09.04/applications/product/webapp/catalog/store/ProductStoreForms.xml
 Fri May 15 09:12:29 2009
@@ -42,7 +42,7 @@
         <auto-fields-service service-name="updateProductStore" map-name=""/>
 
         <field use-when="productStore!=null" name="productStoreId" 
tooltip="${uiLabelMap.ProductNotModificationRecreatingProductStore}"><display/></field>
-        <field name="productStoreId"><ignored/></field>
+        <field name="productStoreId"><hidden/></field>
 
         <field name="primaryStoreGroupId">
             <drop-down allow-empty="true">


Reply via email to