[IMP]l10n_in_hr_payroll:typo

bzr revid: kbh@tinyerp.com-20120720103401-pzlg0jkcu3lw95aw
This commit is contained in:
Khushboo Bhatt (Open ERP) 2012-07-20 16:04:01 +05:30
parent a89806dc05
commit 921db910e6
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ class report_hr_salary_employee_bymonth(report_sxw.rml_parse):
return [mnth_name]
def get_employee(self, form):
list1=[]
list1 = []
list = []
total_mnths=['Total', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
emp_obj = self.pool.get('hr.employee')