We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7691f2a commit 1a4967aCopy full SHA for 1a4967a
app/views/super_admin/sales.py
@@ -1,3 +1,5 @@
1
+# encoding=utf8
2
+
3
import copy
4
from datetime import datetime, timedelta
5
@@ -326,7 +328,7 @@ def sales_by_events_view(path):
326
328
+= order_ticket.quantity
327
329
tickets_summary_organizer_wise[str(order.event.creator_id)][str(order.status)]['tickets_count'] \
330
- tickets_summary_location_wise[str(order
331
+ tickets_summary_location_wise[unicode(order
332
.event.searchable_location_name)][str(order
333
.status)]['tickets_count'] \
334
0 commit comments