Commit 522bf65d authored by Aurel's avatar Aurel

order report : define the deferred portal skin in the parameter list

same as f310c561
parent 6763bdbb
......@@ -52,13 +52,14 @@
<key> <string>_body</string> </key>
<value> <string>return context.OrderModule_launchOrderReport(\n
report_method_id = "AccountingTransactionModule_viewInvoiceReport",\n
deferred_portal_skin = portal_skin,\n
*args,\n
**kw)\n
</string> </value>
</item>
<item>
<key> <string>_params</string> </key>
<value> <string>*args, **kw</string> </value>
<value> <string>portal_skin, *args, **kw</string> </value>
</item>
<item>
<key> <string>id</string> </key>
......
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