Include comment field in OrderDetail view

This commit is contained in:
Tobias Kunze
2016-08-12 11:33:08 +02:00
parent 3eb581e55a
commit 6fcf393aba
6 changed files with 55 additions and 1 deletions

View File

@@ -19,6 +19,7 @@ def pretixcontrol_logentry_display(sender, logentry, **kwargs):
'pretix.event.order.invoice.generated': _('The invoice has been generated.'),
'pretix.event.order.invoice.regenerated': _('The invoice has been regenerated.'),
'pretix.event.order.invoice.reissued': _('The invoice has been reissued.'),
'pretix.event.order.comment': _('The order\'s internal comment has been updated.'),
}
if logentry.action_type in plains:
return plains[logentry.action_type]