[IMP]:hr_attendance:set internal header in atendance report

bzr revid: apa@tinyerp.com-20101111061138-anlxiyup2gj6hzai
This commit is contained in:
apa-tiny 2010-11-11 11:41:38 +05:30
parent fbd2eb1274
commit faf4dcc37b
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ class attendance_print(report_sxw.rml_parse):
}
return [result_dict]
report_sxw.report_sxw('report.hr.attendance.error', 'hr.employee', 'addons/hr_attendance/report/attendance_errors.rml', parser=attendance_print, header=2)
report_sxw.report_sxw('report.hr.attendance.error', 'hr.employee', 'addons/hr_attendance/report/attendance_errors.rml', parser=attendance_print, header='internal')
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: