[REF] openerp.report: fix weird indentation, not multiple of four.

bzr revid: florent.xicluna@gmail.com-20120208170456-ak1ykpy6yel71ylc
This commit is contained in:
Florent Xicluna 2012-02-08 18:04:56 +01:00
parent 9621008df1
commit 7675d45c2c
7 changed files with 15 additions and 15 deletions

View File

@ -181,7 +181,7 @@ class report_rml(report_int):
def create_pdf(self, rml, localcontext = None, logo=None, title=None):
if not localcontext:
localcontext={}
localcontext = {}
localcontext.update({'internal_header':self.internal_header})
if logo:
self.bin_datas['logo'] = logo