[FIX]l10n_in_hr_payroll:typo
authorKhushboo Bhatt (Open ERP) <kbh@tinyerp.com>
Fri, 3 Aug 2012 09:26:36 +0000 (14:56 +0530)
committerKhushboo Bhatt (Open ERP) <kbh@tinyerp.com>
Fri, 3 Aug 2012 09:26:36 +0000 (14:56 +0530)
bzr revid: kbh@tinyerp.com-20120803092636-po1r5jg1e0bgh8gc

addons/l10n_in_hr_payroll/report/report_hr_yearly_salary_detail.py

index c642e29..23173dc 100644 (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])