forked from CGM_Public/pretix_original
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