payment: fix cancellation notice email reference (#8178)

This commit is contained in:
Frédéric Péters 2015-09-05 18:56:30 +02:00
parent 363cf2baad
commit 35a82d6bd0
1 changed files with 1 additions and 1 deletions

View File

@ -585,7 +585,7 @@ def notify_paid_invoice(invoice):
notify_invoice(invoice, 'payment-invoice-paid-email')
def notify_canceled_invoice(invoice):
notify_invoice(invoice, 'payment-invoice-deleted-email')
notify_invoice(invoice, 'payment-invoice-canceled-email')
def notify_invoice(invoice, template):
user = invoice.get_user()