Commit 924a595e authored by Jérome Perrin's avatar Jérome Perrin

display translated title of the analytic

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36277 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0d156356
......@@ -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
......
1285
\ No newline at end of file
1286
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment