[MERGE] fix in hr leave report

bzr revid: fp@tinyerp.com-20121215162615-sfrwcy66xw7tfcm1
This commit is contained in:
Fabien Pinckaers 2012-12-15 17:26:15 +01:00
commit 24ad388ccc
1 changed files with 1 additions and 0 deletions

View File

@ -200,6 +200,7 @@ class report_custom(report_rml):
date_xml.append('</days>')
date_xml.append('<cols>3.5cm%s,0.4cm</cols>\n' % (',0.4cm' * (60)))
date_xml = ''.join(date_xml)
st='<cols_months>3.5cm'
for m in range(1,len(width_dict)+1):