Author: jacopoc
Date: Wed Apr 2 05:09:32 2008
New Revision: 643868
URL:
http://svn.apache.org/viewvc?rev=643868&view=revLog:
Workarounds to get localized descriptions (if available) for the GL accounts (until we will extend the support for localized entity content in the form widget).
Modified:
ofbiz/trunk/applications/accounting/widget/GlSetupForms.xml
Modified: ofbiz/trunk/applications/accounting/widget/GlSetupForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/GlSetupForms.xml?rev=643868&r1=643867&r2=643868&view=diff==============================================================================
--- ofbiz/trunk/applications/accounting/widget/GlSetupForms.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/GlSetupForms.xml Wed Apr 2 05:09:32 2008
@@ -46,6 +46,7 @@
<field name="glAccountTypeId">
<display-entity entity-name="GlAccountType"/>
</field>
+ <field name="accountName" entry-name="glAccountId"><display-entity entity-name="GlAccount" key-field-name="glAccountId" description="${accountName}"/></field>
</form>
<form name="AssignGlAccount" type="single" target="createGlAccountOrganization" title="" default-map-name="account"