mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Changed order overview columns to increase usefulness
This commit is contained in:
@@ -149,7 +149,7 @@ class OverviewReport(Report):
|
||||
]
|
||||
tdata = [
|
||||
[
|
||||
_('Product'), _('Total orders'), '', _('Pending'), '', _('Cancelled'), '', _('Refunded'), '',
|
||||
_('Product'), _('Total (pending or paid)'), '', _('Pending'), '', _('Cancelled'), '', _('Refunded'), '',
|
||||
_('Paid'), ''
|
||||
],
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user