Removed CleanerVersion layer [backwards-incompatible!]

This commit is contained in:
Raphael Michel
2015-12-12 13:08:33 +01:00
parent 0c9c9dd22c
commit d133d2abff
85 changed files with 712 additions and 1089 deletions

View File

@@ -12,4 +12,4 @@ class DummyTicketOutput(BaseTicketOutput):
download_button_icon = 'fa-print'
def generate(self, order):
return 'test.txt', 'text/plain', order.identity
return 'test.txt', 'text/plain', str(order.id)