From 4b54bd91233e7334fec3a0d8fb77c0e4aee4c776 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Tue, 10 Jan 2006 14:26:33 +0000 Subject: [PATCH] account_type/asset/cash instead of account_type/asset/bank git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5075 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../InvoiceTransactionLine_getDestinationItemList.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/InvoiceTransactionLine_getDestinationItemList.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/InvoiceTransactionLine_getDestinationItemList.xml index 35d6caf4b2..0852ce10ce 100755 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/InvoiceTransactionLine_getDestinationItemList.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/InvoiceTransactionLine_getDestinationItemList.xml @@ -74,8 +74,8 @@ category_dict = {\'income\': \'portal_categories/account_type/expense\',\n \'receivable\': \'portal_categories/account_type/liability/payable\',\n \'collected_vat\': \'portal_categories/account_type/asset/receivable/refundable_vat\',\n \'refundable_vat\': \'portal_categories/account_type/liability/payable/collected_vat\',\n - \'bank\': \'portal_categories/account_type/asset/bank\',\n - \'cash\': \'portal_categories/account_type/asset/bank/cash\',\n + \'bank\': \'portal_categories/account_type/asset/cash\',\n + \'cash\': \'portal_categories/account_type/asset/cash\',\n }\n \n if context.id in category_dict:\n -- 2.30.9