[FIX]l10n_in_hr_payroll:typo

bzr revid: kbh@tinyerp.com-20120803092636-po1r5jg1e0bgh8gc
This commit is contained in:
Khushboo Bhatt (Open ERP) 2012-08-03 14:56:36 +05:30
parent 2386cb96c9
commit 2438b3e7ed
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ class employees_yearly_salary_report(report_sxw.rml_parse):
self.total = 0.00
def get_periods(self, form):
self.mnths =[]
self.mnths = []
# Get start year-month-date and end year-month-date
first_year = int(form['date_from'][0:4])
last_year = int(form['date_to'][0:4])