Commit 7fb23e45 authored by Jérome Perrin's avatar Jérome Perrin

also use function for budget section. Maybe it should be an option ?

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23942 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c6d24386
......@@ -81,7 +81,7 @@ if parent.isMemberOf(\n
kw[\'node_category\'] = parent.getFinancialSection(base=1)\n
if parent.isMemberOf(\n
\'budget_line_variation/budget_variation/node_category_budget_section\'):\n
# kw[\'stock.function_uid\'] = parent.getBudgetSectionUid()\n
kw[\'stock.function_uid\'] = parent.getBudgetSectionUid()\n
kw[\'node_category\'] = parent.getBudgetSection(base=1)\n
\n
# mirror node\n
......
167
\ No newline at end of file
171
\ 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