Merge lp:~jfb-tempo-consulting/unifield-server/US-1812 into lp:unifield-server

Proposed by jftempo
Status: Merged
Merged at revision: 3985
Proposed branch: lp:~jfb-tempo-consulting/unifield-server/US-1812
Merge into: lp:unifield-server
Diff against target: 12 lines (+1/-1)
1 file modified
bin/addons/msf_currency_revaluation/wizard/wizard_currency_revaluation.py (+1/-1)
To merge this branch: bzr merge lp:~jfb-tempo-consulting/unifield-server/US-1812
Reviewer Review Type Date Requested Status
UniField Dev Team Pending
Review via email: mp+308233@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 'bin/addons/msf_currency_revaluation/wizard/wizard_currency_revaluation.py'
--- bin/addons/msf_currency_revaluation/wizard/wizard_currency_revaluation.py 2016-09-29 09:05:53 +0000
+++ bin/addons/msf_currency_revaluation/wizard/wizard_currency_revaluation.py 2016-10-12 10:01:44 +0000
@@ -701,7 +701,7 @@
701 # get coordo projects...701 # get coordo projects...
702 project_ids = [702 project_ids = [
703 p.id for p in company.instance_id.child_ids \703 p.id for p in company.instance_id.child_ids \
704 if p.level == 'project'704 if p.level == 'project' and p.state != 'inactive'
705 ]705 ]
706 if project_ids:706 if project_ids:
707 # ...check their period state field-closed707 # ...check their period state field-closed

Subscribers

People subscribed via source and target branches