From c3e74d0e3970e8faf61b9dbcf6bc75d2cefc35f8 Mon Sep 17 00:00:00 2001 From: Kazuhiko Shiozaki <kazuhiko@nexedi.com> Date: Mon, 2 Nov 2009 15:55:23 +0000 Subject: [PATCH] include receivable and payable in Project_viewAccountingTransactionList. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30217 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../erp5_project/Project_getAccountingTransactionList.xml | 5 ++++- bt5/erp5_project/bt/revision | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/bt5/erp5_project/SkinTemplateItem/portal_skins/erp5_project/Project_getAccountingTransactionList.xml b/bt5/erp5_project/SkinTemplateItem/portal_skins/erp5_project/Project_getAccountingTransactionList.xml index 883090bc9b..cf8df4a88a 100644 --- a/bt5/erp5_project/SkinTemplateItem/portal_skins/erp5_project/Project_getAccountingTransactionList.xml +++ b/bt5/erp5_project/SkinTemplateItem/portal_skins/erp5_project/Project_getAccountingTransactionList.xml @@ -57,7 +57,10 @@ """\n kw[\'project_uid\'] = context.getUid()\n kw[\'node_category_strict_membership\'] = [\'account_type/expense\',\n - \'account_type/income\']\n + \'account_type/income\',\n + \'account_type/asset/receivable\',\n + \'account_type/liability/payable\']\n +\n return context.Node_getAccountingTransactionList(**kw)\n </string> </value> </item> diff --git a/bt5/erp5_project/bt/revision b/bt5/erp5_project/bt/revision index 3bcb0b1041..02d9616fbc 100644 --- a/bt5/erp5_project/bt/revision +++ b/bt5/erp5_project/bt/revision @@ -1 +1 @@ -696 \ No newline at end of file +697 \ No newline at end of file -- 2.30.9