From d83428b2b02da159eb209c2dad5c9fbdfde0518e Mon Sep 17 00:00:00 2001 From: Thomas Steen Rasmussen Date: Sat, 27 Jun 2020 16:04:05 +0200 Subject: [PATCH] forgot to remove camp kwarg from add_creditnote_email --- src/shop/email.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shop/email.py b/src/shop/email.py index 0a48a152..ad85c4c5 100644 --- a/src/shop/email.py +++ b/src/shop/email.py @@ -5,7 +5,7 @@ from utils.email import add_outgoing_email logger = logging.getLogger("bornhack.%s" % __name__) -def add_creditnote_email(creditnote, camp): +def add_creditnote_email(creditnote): # put formatdict together formatdict = {"creditnote": creditnote}