Commit 8132e116 authored by Jérome Perrin's avatar Jérome Perrin

don't copy budget membership on budget cell, all this will have to be done by...

don't copy budget membership on budget cell, all this will have to be done by budget variations and asPredicate scripts

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