It seems to me that this might be related to
https://issues.apache.org/jira/browse/OFBIZ-4981

Pierre Smits


On Mon, Jul 1, 2013 at 8:48 AM, <hans...@apache.org> wrote:

> Author: hansbak
> Date: Mon Jul  1 06:48:20 2013
> New Revision: 1498257
>
> URL: http://svn.apache.org/r1498257
> Log:
> 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}"/>
>
>
>

Reply via email to