Author: jacopoc
Date: Thu Jun 26 08:40:39 2014
New Revision: 1605702

URL: http://svn.apache.org/r1605702
Log:
Applied patch from OFBIZ-4981: Configured GL accounts don't appear for the 
product. Thanks to the BREMA Dev Team for the contribution.

Modified:
    
ofbiz/branches/release11.04/applications/product/widget/catalog/ProductForms.xml

Modified: 
ofbiz/branches/release11.04/applications/product/widget/catalog/ProductForms.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/release11.04/applications/product/widget/catalog/ProductForms.xml?rev=1605702&r1=1605701&r2=1605702&view=diff
==============================================================================
--- 
ofbiz/branches/release11.04/applications/product/widget/catalog/ProductForms.xml
 (original)
+++ 
ofbiz/branches/release11.04/applications/product/widget/catalog/ProductForms.xml
 Thu Jun 26 08:40:39 2014
@@ -1973,13 +1973,7 @@ under the License.
     </form>
     <!-- GlAccount-->
     <form name="ListProductGlAccounts" type="list" 
target="updateProductGlAccount" title=""
-        odd-row-style="alternate-row" default-table-style="basic-table">
-        <actions>
-            <entity-condition entity-name="ProductGlAccount" 
list="productGlAccounts">
-                <condition-expr field-name="productId" from-field="productId"/>
-                <order-by field-name="productId"/>
-            </entity-condition>
-        </actions>
+        odd-row-style="alternate-row" default-table-style="basic-table" 
list-name="productGlAccounts">
         <field name="productId"><hidden/></field>
         <field name="glAccountTypeId" title="${uiLabelMap.ProductAccountType}">
             <display-entity entity-name="GlAccountType" 
key-field-name="glAccountTypeId" description="${description}"/>


Reply via email to