mirror of
https://github.com/pretix/pretix.git
synced 2026-05-08 15:44:02 +00:00
Invoice plugins: Call build_invoice_data for cancellations (#5523)
This commit is contained in:
@@ -377,6 +377,8 @@ def build_cancellation(invoice: Invoice):
|
|||||||
line.gross_value *= -1
|
line.gross_value *= -1
|
||||||
line.tax_value *= -1
|
line.tax_value *= -1
|
||||||
line.save()
|
line.save()
|
||||||
|
|
||||||
|
build_invoice_data.send(sender=invoice.event, invoice=invoice)
|
||||||
return invoice
|
return invoice
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user