mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-08-16 10:57:58 +02:00
Issue #126 reported by Kestutis Gustaitis - reports didn't run with
translation applied.
This commit is contained in:
@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user