Merge lp:~jfb-tempo-consulting/unifield-wm/us-132 into lp:unifield-wm

Proposed by jftempo
Status: Merged
Merged at revision: 2409
Proposed branch: lp:~jfb-tempo-consulting/unifield-wm/us-132
Merge into: lp:unifield-wm
Diff against target: 12 lines (+1/-1)
1 file modified
msf_homere_interface/wizard/hr_payroll_import.py (+1/-1)
To merge this branch: bzr merge lp:~jfb-tempo-consulting/unifield-wm/us-132
Reviewer Review Type Date Requested Status
UniField Reviewer Team Pending
Review via email: mp+252726@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'msf_homere_interface/wizard/hr_payroll_import.py'
--- msf_homere_interface/wizard/hr_payroll_import.py 2015-02-04 15:23:36 +0000
+++ msf_homere_interface/wizard/hr_payroll_import.py 2015-03-12 10:53:01 +0000
@@ -132,7 +132,7 @@
132 raise osv.except_osv(_('Warning'), _('This account is a view type account: %s') % (ustr(accounting_code[0]),))132 raise osv.except_osv(_('Warning'), _('This account is a view type account: %s') % (ustr(accounting_code[0]),))
133 # Check if it's a payroll rounding line133 # Check if it's a payroll rounding line
134 is_payroll_rounding = False134 is_payroll_rounding = False
135 if third and third[0] and ustr(third[0]) in ('SAGA_BALANCE', 'CSH_DIFF'):135 if third and third[0] and ustr(third[0]) == 'SAGA_BALANCE' or accounting_code[0] == '67000':
136 is_payroll_rounding = True136 is_payroll_rounding = True
137 # Check if it's a counterpart line (In HOMERE import, it seems to be lines that have a filled in column "third")137 # Check if it's a counterpart line (In HOMERE import, it seems to be lines that have a filled in column "third")
138 is_counterpart = False138 is_counterpart = False

Subscribers

People subscribed via source and target branches