Commit fc73ba96 authored by Jérome Perrin's avatar Jérome Perrin

those scripts are probalby badly named (and all this should maybe be

implemented in the class)


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12522 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 295e72c0
...@@ -68,7 +68,8 @@ ...@@ -68,7 +68,8 @@
</item> </item>
<item> <item>
<key> <string>_body</string> </key> <key> <string>_body</string> </key>
<value> <string>if selection is None:\n <value> <string># XXX bad name: AccountingTransaction_getMirrorSectionTitle sounds more consistent\n
if selection is None:\n
# TODO: this should definitivly be REQUEST chached\n # TODO: this should definitivly be REQUEST chached\n
selection = context.portal_selections.getSelectionFor(\'accounting_selection\')\n selection = context.portal_selections.getSelectionFor(\'accounting_selection\')\n
\n \n
......
...@@ -68,7 +68,8 @@ ...@@ -68,7 +68,8 @@
</item> </item>
<item> <item>
<key> <string>_body</string> </key> <key> <string>_body</string> </key>
<value> <string>section_category=selection.getParams().get(\'section_category\')\n <value> <string># XXX bad name: AccountingTransaction_getMirrorSection sounds more consistent\n
section_category=selection.getParams().get(\'section_category\')\n
if not section_category:\n if not section_category:\n
return\n return\n
\n \n
......
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