Merge lp:~openerp-dev/openobject-addons/trunk-bug-870099-bde into lp:openobject-addons

Proposed by Bharat Devnani (Open ERP)
Status: Merged
Merged at revision: 5394
Proposed branch: lp:~openerp-dev/openobject-addons/trunk-bug-870099-bde
Merge into: lp:openobject-addons
Diff against target: 12 lines (+1/-1)
1 file modified
account/wizard/account_report_common.py (+1/-1)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/trunk-bug-870099-bde
Reviewer Review Type Date Requested Status
OpenERP Core Team Pending
Review via email: mp+79688@code.launchpad.net

Description of the change

Hello Sir,

I have applied the patch of Stéphane Bidoul.

Thanks & Regards,
Devnani Bharat R.

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
1=== modified file 'account/wizard/account_report_common.py'
2--- account/wizard/account_report_common.py 2011-10-02 17:31:16 +0000
3+++ account/wizard/account_report_common.py 2011-10-18 13:50:30 +0000
4@@ -71,7 +71,7 @@
5 AND p.special = false
6 ORDER BY p.date_start ASC, p.special ASC
7 LIMIT 1) AS period_start
8- UNION
9+ UNION ALL
10 SELECT * FROM (SELECT p.id
11 FROM account_period p
12 LEFT JOIN account_fiscalyear f ON (p.fiscalyear_id = f.id)

Subscribers

People subscribed via source and target branches

to all changes: