Author: jacopoc
Date: Thu Jun 26 08:36:35 2014
New Revision: 1605701

URL: http://svn.apache.org/r1605701
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/release12.04/applications/product/widget/catalog/ProductForms.xml

Modified: 
ofbiz/branches/release12.04/applications/product/widget/catalog/ProductForms.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/release12.04/applications/product/widget/catalog/ProductForms.xml?rev=1605701&r1=1605700&r2=1605701&view=diff
==============================================================================
--- 
ofbiz/branches/release12.04/applications/product/widget/catalog/ProductForms.xml
 (original)
+++ 
ofbiz/branches/release12.04/applications/product/widget/catalog/ProductForms.xml
 Thu Jun 26 08:36:35 2014
@@ -2029,13 +2029,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