Commit c3e74d0e authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

include receivable and payable in Project_viewAccountingTransactionList.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30217 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9ba9a0be
......@@ -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>
......
696
\ No newline at end of file
697
\ 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