mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2024-12-13 02:10:49 +01:00
Issue #126 reported by Kestutis Gustaitis - reports didn't run with
translation applied.
This commit is contained in:
parent
2a67f37577
commit
a02f398dca
@ -33,3 +33,5 @@ Andreas Kotowicz.
|
||||
2009-12-16 r147 Issue #119 Update Russian translation, thanks to Alex Yakovlev
|
||||
|
||||
2009-12-23 r148 Issue #125 Errors occurring when running reports with no data
|
||||
|
||||
2010-01-20 r149 Issue #126 Reports didn't work with transalations.
|
||||
|
@ -849,6 +849,7 @@ def run_report(request, report):
|
||||
for record in report_output:
|
||||
line = []
|
||||
for c in columns:
|
||||
c = c.encode('utf-8')
|
||||
line.append(record[c])
|
||||
data.append(line)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user