[Erp5-report] r32306 nicolas - /erp5/trunk/products/ERP5OOo/FormPrintout.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Mon Feb 8 10:46:21 CET 2010
Author: nicolas
Date: Mon Feb 8 10:46:20 2010
New Revision: 32306
URL: http://svn.erp5.org?rev=32306&view=rev
Log:
Remove icon, preview, width and height parameters which are not used.
Reviewed by Tatuya
Modified:
erp5/trunk/products/ERP5OOo/FormPrintout.py
Modified: erp5/trunk/products/ERP5OOo/FormPrintout.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5OOo/FormPrintout.py?rev=32306&r1=32305&r2=32306&view=diff
==============================================================================
--- erp5/trunk/products/ERP5OOo/FormPrintout.py [utf8] (original)
+++ erp5/trunk/products/ERP5OOo/FormPrintout.py [utf8] Mon Feb 8 10:46:20 2010
@@ -173,8 +173,7 @@
self.template = template
security.declareProtected('View', 'index_html')
- def index_html(self, REQUEST, icon=0, preview=0, width=None, height=None,
- RESPONSE=None, format=None, batch_mode=False):
+ def index_html(self, REQUEST, RESPONSE=None, format=None, batch_mode=False):
"""Render and view a printout document.
format: conversion format requested by User.
More information about the Erp5-report
mailing list