mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Refs #96 -- Completely removed local users
This commit is contained in:
@@ -121,7 +121,7 @@ class JSONExporter(BaseExporter):
|
||||
{
|
||||
'code': o.code,
|
||||
'status': o.status,
|
||||
'user': o.user.identifier,
|
||||
'user': o.user.email,
|
||||
'datetime': o.datetime,
|
||||
'payment_fee': o.payment_fee,
|
||||
'total': o.total,
|
||||
|
||||
Reference in New Issue
Block a user