Hardik Ansodariya (OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/6.1-opw-576804-han into 
lp:openobject-addons/6.1.

Requested reviews:
  Naresh(OpenERP) (nch-openerp)

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/6.1-opw-576804-han/+merge/115328

Hello,

Fixed the issue of uncode character in hr_holidays report.

kindly review it.

Thanks
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/6.1-opw-576804-han/+merge/115328
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/6.1-opw-576804-han.
=== modified file 'hr_holidays/report/holidays_summary_report.py'
--- hr_holidays/report/holidays_summary_report.py	2011-10-16 01:28:00 +0000
+++ hr_holidays/report/holidays_summary_report.py	2012-07-17 12:37:29 +0000
@@ -245,7 +245,7 @@
         %s
         %s
         </report>
-        ''' % (header_xml,months_xml,date_xml, ustr(emp_xml))
+        ''' % (header_xml,months_xml,ustr(''.join(date_xml)), ustr(emp_xml))
 
         return xml
 

_______________________________________________
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