From c72b30140b64bf0b3359b0937ce471fe1385dc57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Wed, 19 Jun 2013 14:51:26 +0200 Subject: [PATCH] column of account module is now translated_title --- .../erp5_accounting_ui_test/AccountingZuite_reset.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bt5/erp5_accounting_ui_test/SkinTemplateItem/portal_skins/erp5_accounting_ui_test/AccountingZuite_reset.xml b/bt5/erp5_accounting_ui_test/SkinTemplateItem/portal_skins/erp5_accounting_ui_test/AccountingZuite_reset.xml index 0637ffb5a1..eb596ae59e 100644 --- a/bt5/erp5_accounting_ui_test/SkinTemplateItem/portal_skins/erp5_accounting_ui_test/AccountingZuite_reset.xml +++ b/bt5/erp5_accounting_ui_test/SkinTemplateItem/portal_skins/erp5_accounting_ui_test/AccountingZuite_reset.xml @@ -119,7 +119,7 @@ stool.setSelectionParamsFor(\'account_module_selection\', dict()) # (this recrea stool.setSelectionSortOrder(\'account_module_selection\', sort_on=((\'preferred_gap_id\', \'ascending\'),))\n stool.setSelectionColumns(\'account_module_selection\',\n [(\'preferred_gap_id\', \'GAP Number\'),\n - (\'title\', \'Account Name\'),\n + (\'translated_title\', \'Account Name\'),\n (\'translated_validation_state_title\', \'State\'),\n (\'AccountModule_getAccountingTransactionCount\', \'Count\'),\n (\'debit\', \'Debit\'),\n -- 2.30.9