[Erp5-report] r36277 jerome - in /erp5/trunk/bt5/erp5_accounting: SkinTemplateItem/portal_s...

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Jun 11 16:46:40 CEST 2010


Author: jerome
Date: Fri Jun 11 16:46:38 2010
New Revision: 36277

URL: http://svn.erp5.org?rev=36277&view=rev
Log:
display translated title of the analytic

Modified:
    erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getAccountListForTrialBalance.xml
    erp5/trunk/bt5/erp5_accounting/bt/revision

Modified: erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getAccountListForTrialBalance.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getAccountListForTrialBalance.xml?rev=36277&r1=36276&r2=36277&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getAccountListForTrialBalance.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getAccountListForTrialBalance.xml [utf8] Fri Jun 11 16:46:38 2010
@@ -160,7 +160,7 @@ def getAnalyticTitleFromUid(uid):\n
     return analytic_title_dict[uid]\n
   except KeyError:\n
     return analytic_title_dict.setdefault(uid,\n
-        getObject(uid).getTitle())\n
+        getObject(uid).getTranslatedTitle())\n
 \n
 # standards accounts {{{\n
 for node in getInventoryList(\n

Modified: erp5/trunk/bt5/erp5_accounting/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/bt/revision?rev=36277&r1=36276&r2=36277&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/bt/revision [utf8] Fri Jun 11 16:46:38 2010
@@ -1 +1 @@
-1285
\ No newline at end of file
+1286
\ No newline at end of file




More information about the Erp5-report mailing list