svn commit: r643868 - /ofbiz/trunk/applications/accounting/widget/GlSetupForms.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r643868 - /ofbiz/trunk/applications/accounting/widget/GlSetupForms.xml

jacopoc
Author: jacopoc
Date: Wed Apr  2 05:09:32 2008
New Revision: 643868

URL: http://svn.apache.org/viewvc?rev=643868&view=rev
Log:
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"