Commit a1d01604 authored by Łukasz Nowak's avatar Łukasz Nowak

- pass arguments


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32131 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 43f6034f
......@@ -67,7 +67,7 @@ if target_language:\n
request[\'AcceptLanguage\'].set(target_language, 10)\n
\n
form_report = getattr(context, print_mode)\n
return form_report()\n
return form_report(**kw)\n
</string> </value>
</item>
<item>
......@@ -117,6 +117,7 @@ return form_report()\n
<string>request</string>
<string>_getitem_</string>
<string>form_report</string>
<string>_apply_</string>
</tuple>
</value>
</item>
......
727
728
\ 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