Bharat Devnani (Open ERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-bug-870099-bde into 
lp:openobject-addons.

Requested reviews:
  OpenERP Core Team (openerp)
Related bugs:
  Bug #870099 in OpenERP Addons: "accounting report filter: period start and 
end are sometimes swapped"
  https://bugs.launchpad.net/openobject-addons/+bug/870099

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-870099-bde/+merge/79688

Hello Sir,

I have applied the patch of Stéphane Bidoul. 

Thanks & Regards, 
Devnani Bharat R.
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-870099-bde/+merge/79688
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-bug-870099-bde.
=== modified file 'account/wizard/account_report_common.py'
--- account/wizard/account_report_common.py	2011-10-02 17:31:16 +0000
+++ account/wizard/account_report_common.py	2011-10-18 13:42:08 +0000
@@ -71,7 +71,7 @@
                                AND p.special = false
                                ORDER BY p.date_start ASC, p.special ASC
                                LIMIT 1) AS period_start
-                UNION
+                UNION ALL
                 SELECT * FROM (SELECT p.id
                                FROM account_period p
                                LEFT JOIN account_fiscalyear f ON (p.fiscalyear_id = f.id)

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to