Commit 57f68c5c authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

support src__ parameter in Node_getAccountingTransactionList.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30204 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8d247ffb
......@@ -207,6 +207,7 @@ return portal.portal_simulation.getMovementHistoryList(\n
selection_domain_join_column=\'section_uid\',\n
sort_on=sort_on,\n
ignore_group_by=True,\n
src__=src__,\n
**params)\n
......@@ -220,7 +221,7 @@ return portal.portal_simulation.getMovementHistoryList(\n
</item>
<item>
<key> <string>_params</string> </key>
<value> <string>selection=None, sort_on=[], node_category=None, node_category_strict_membership=None, from_date=None, selection_name=None, **kw</string> </value>
<value> <string>selection=None, sort_on=[], node_category=None, node_category_strict_membership=None, from_date=None, selection_name=None, src__=0, **kw</string> </value>
</item>
<item>
<key> <string>errors</string> </key>
......@@ -240,7 +241,7 @@ return portal.portal_simulation.getMovementHistoryList(\n
<dictionary>
<item>
<key> <string>co_argcount</string> </key>
<value> <int>6</int> </value>
<value> <int>7</int> </value>
</item>
<item>
<key> <string>co_varnames</string> </key>
......@@ -252,6 +253,7 @@ return portal.portal_simulation.getMovementHistoryList(\n
<string>node_category_strict_membership</string>
<string>from_date</string>
<string>selection_name</string>
<string>src__</string>
<string>kw</string>
<string>Products.ERP5Type.Message</string>
<string>translateString</string>
......@@ -298,6 +300,7 @@ return portal.portal_simulation.getMovementHistoryList(\n
<none/>
<none/>
<none/>
<int>0</int>
</tuple>
</value>
</item>
......
1027
\ No newline at end of file
1028
\ 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