[IMP] hr_timesheet:again removed extra space

bzr revid: mtr@mtr-20110117093644-692ixf9oxk0jkn4i
This commit is contained in:
mtr 2011-01-17 15:06:44 +05:30
parent 60acda9965
commit 00683a79af
1 changed files with 0 additions and 1 deletions

View File

@ -49,7 +49,6 @@ class report_custom(report_rml):
emp_obj = pooler.get_pool(cr.dbname).get('hr.employee')
user_id = emp_obj.browse(cr, uid, emp_id).user_id.id
empl_name = emp_obj.browse(cr, uid, emp_id).name
# Computing the dates (start of month: som, and end of month: eom)
som = datetime.date(data['form']['year'], data['form']['month'], 1)
eom = som + datetime.timedelta(lengthmonth(som.year, som.month))