Commit 392f08e1 authored by Jérome Perrin's avatar Jérome Perrin

simply use cell_index, since 37220 we no longer need to copy categories from...

simply use cell_index, since 37220 we no longer need to copy categories from budget and budget lines.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37223 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 97c64956
......@@ -115,7 +115,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: list(cell_index) + context.getMembershipCriterionCategoryList() + [context.getResource(base=1),] # XXX make this in a script ? or interaction workflow ?</string> </value>
<value> <string>cell_index</string> </value>
</item>
</dictionary>
</pickle>
......
290
\ No newline at end of file
291
\ 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