mirror of
https://github.com/pretix/pretix.git
synced 2026-05-08 15:44:02 +00:00
Unify spelling of 'canceled'
Issue 187 Remove typeahead JS file.
This commit is contained in:
@@ -29,7 +29,7 @@ class Invoice(models.Model):
|
||||
:type invoice_no: int
|
||||
:param is_cancellation: Whether or not this is a cancellation instead of an invoice
|
||||
:type is_cancellation: bool
|
||||
:param refers: A link to another invoice this invoice refers to, e.g. the cancelled invoice in a cancellation
|
||||
:param refers: A link to another invoice this invoice refers to, e.g. the canceled invoice in a cancellation
|
||||
:type refers: Invoice
|
||||
:param invoice_from: The sender address
|
||||
:type invoice_from: str
|
||||
|
||||
Reference in New Issue
Block a user