From 3f0bd42ea715650e45ba2076448fd71ab10e19f7 Mon Sep 17 00:00:00 2001 From: Yusei Tahara <yusei@nexedi.com> Date: Fri, 24 Oct 2008 16:04:15 +0000 Subject: [PATCH] 2008-10-24 yusei * Use translation of payment_mode category in the journal dialog. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24326 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../your_payment_mode.xml | 9 +++------ bt5/erp5_accounting/bt/change_log | 3 +++ bt5/erp5_accounting/bt/revision | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_viewJournalDialog/your_payment_mode.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_viewJournalDialog/your_payment_mode.xml index 60ecb56646..1a70c6cd27 100644 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_viewJournalDialog/your_payment_mode.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_viewJournalDialog/your_payment_mode.xml @@ -267,18 +267,15 @@ <record id="2" aka="AAAAAAAAAAI="> <pickle> <tuple> - <tuple> - <string>Products.Formulator.TALESField</string> - <string>TALESMethod</string> - </tuple> - <none/> + <global name="TALESMethod" module="Products.Formulator.TALESField"/> + <tuple/> </tuple> </pickle> <pickle> <dictionary> <item> <key> <string>_text</string> </key> - <value> <string>python: here.portal_categories.payment_mode.getCategoryChildLogicalPathItemList()</string> </value> + <value> <string>python: here.portal_categories.payment_mode.getCategoryChildTranslatedLogicalPathItemList()</string> </value> </item> </dictionary> </pickle> diff --git a/bt5/erp5_accounting/bt/change_log b/bt5/erp5_accounting/bt/change_log index d9b1816bd3..e054163c64 100644 --- a/bt5/erp5_accounting/bt/change_log +++ b/bt5/erp5_accounting/bt/change_log @@ -1,3 +1,6 @@ +2008-10-24 yusei +* Use translation of payment_mode category in the journal dialog. + 2008-10-24 yusei * Use translated role name in entity_role field in third party report. diff --git a/bt5/erp5_accounting/bt/revision b/bt5/erp5_accounting/bt/revision index 3430d41490..4d5b34789e 100644 --- a/bt5/erp5_accounting/bt/revision +++ b/bt5/erp5_accounting/bt/revision @@ -1 +1 @@ -792 \ No newline at end of file +793 \ No newline at end of file -- 2.30.9