You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2006/08/10 22:13:45 UTC

svn commit: r430512 - /incubator/ofbiz/trunk/applications/accounting/widget/AccountingScreens.xml

Author: jacopoc
Date: Thu Aug 10 13:13:45 2006
New Revision: 430512

URL: http://svn.apache.org/viewvc?rev=430512&view=rev
Log:
Added label file to the chart of accounts report.

Modified:
    incubator/ofbiz/trunk/applications/accounting/widget/AccountingScreens.xml

Modified: incubator/ofbiz/trunk/applications/accounting/widget/AccountingScreens.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/accounting/widget/AccountingScreens.xml?rev=430512&r1=430511&r2=430512&view=diff
==============================================================================
--- incubator/ofbiz/trunk/applications/accounting/widget/AccountingScreens.xml (original)
+++ incubator/ofbiz/trunk/applications/accounting/widget/AccountingScreens.xml Thu Aug 10 13:13:45 2006
@@ -286,7 +286,8 @@
     </screen>
     <screen name="ListGlAccountsReport">
         <section>
-            <actions>                
+            <actions>
+                <property-map resource="AccountingUiLabels" map-name="uiLabelMap" global="true"/>
                 <set field="titleProperty" value="PageTitleListAccounts"/>
                 <set field="viewIndex" from-field="parameters.VIEW_INDEX" type="Integer" default-value="0"/>
                 <set field="viewSize" from-field="parameters.VIEW_SIZE" type="Integer" default-value="1000"/>