[FIX]l10n_in_hr_payroll:category_id removed from res

bzr revid: kbh@tinyerp.com-20120809110415-hsu7knpuz2kzx6ya
This commit is contained in:
Khushboo Bhatt (Open ERP) 2012-08-09 16:34:15 +05:30
parent 25e8f30e2d
commit 4b9b862ea5
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ class hr_salary_employee_bymonth(osv.osv_memory):
context = {}
datas = {'ids': context.get('active_ids', [])}
res = self.read(cr, uid, ids, ['category_id', 'employee_ids', 'start_date', 'end_date'], context=context)
res = self.read(cr, uid, ids, ['employee_ids', 'start_date', 'end_date'], context=context)
res = res and res[0] or {}
datas.update({'form': res})
return {