Fix typo
authorMagnus Hagander <magnus@hagander.net>
Fri, 13 Apr 2018 12:50:42 +0000 (14:50 +0200)
committerMagnus Hagander <magnus@hagander.net>
Fri, 13 Apr 2018 12:50:42 +0000 (14:50 +0200)
postgresqleu/confreg/invoicehandler.py

index 8f434f073822dcef9178ce8d17a5c29d1994b58e..d2877310dc3dba0638e60d5a3810ec227cb22b9f 100644 (file)
@@ -203,7 +203,7 @@ class BulkInvoiceProcessor(object):
                send_simple_mail(bp.conference.contactaddr,
                                                 bp.conference.contactaddr,
                                                 'Bulk invoice refunded',
-                                                u"The bulk payment with id {0} has been refunded.\nNote that the registrations on this bulk invoice has\nNOT been canceled!!!\n\nThis needs to be processedm manually since it may be a partial refund.\n\nThe following registrations are attached:\n\n{1}\n".format(
+                                                u"The bulk payment with id {0} has been refunded.\nNote that the registrations on this bulk invoice has\nNOT been canceled!!!\n\nThis needs to be processed manually since it may be a partial refund.\n\nThe following registrations are attached:\n\n{1}\n".format(
                                                         bp.id,
                                                         u"\n".join([u'* {0}'.format(r.fullname) for r in bp.conferenceregistration_set.all()]),
                                                 ),