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

don't print as pdf by default

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20674 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 51dedbcd
...@@ -91,7 +91,7 @@ return context.Invoice_viewAsODT(format=format)\n ...@@ -91,7 +91,7 @@ return context.Invoice_viewAsODT(format=format)\n
</item> </item>
<item> <item>
<key> <string>_params</string> </key> <key> <string>_params</string> </key>
<value> <string>target_language=\'\', format=\'pdf\'</string> </value> <value> <string>target_language=\'\', format=\'\'</string> </value>
</item> </item>
<item> <item>
<key> <string>errors</string> </key> <key> <string>errors</string> </key>
...@@ -136,7 +136,7 @@ return context.Invoice_viewAsODT(format=format)\n ...@@ -136,7 +136,7 @@ return context.Invoice_viewAsODT(format=format)\n
<value> <value>
<tuple> <tuple>
<string></string> <string></string>
<string>pdf</string> <string></string>
</tuple> </tuple>
</value> </value>
</item> </item>
......
69 70
\ No newline at end of file \ 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