Author: hansbak
Date: Mon Jul 1 06:48:20 2013
New Revision: 1498257
URL:
http://svn.apache.org/r1498257Log:
product gl accounts were now showing
Modified:
ofbiz/trunk/applications/product/widget/catalog/ProductForms.xml
Modified: ofbiz/trunk/applications/product/widget/catalog/ProductForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/catalog/ProductForms.xml?rev=1498257&r1=1498256&r2=1498257&view=diff==============================================================================
--- ofbiz/trunk/applications/product/widget/catalog/ProductForms.xml (original)
+++ ofbiz/trunk/applications/product/widget/catalog/ProductForms.xml Mon Jul 1 06:48:20 2013
@@ -2028,14 +2028,8 @@ under the License.
</field>
</form>
<!-- GlAccount-->
- <form name="ListProductGlAccounts" type="list" target="updateProductGlAccount" title=""
+ <form name="ListProductGlAccounts" type="list" target="updateProductGlAccount" title="" list-name="productGlAccounts"
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>
<field name="productId"><hidden/></field>
<field name="glAccountTypeId" title="${uiLabelMap.ProductAccountType}">
<display-entity entity-name="GlAccountType" key-field-name="glAccountTypeId" description="${description}"/>