forgot to remove camp kwarg from add_creditnote_email

This commit is contained in:
Thomas Steen Rasmussen 2020-06-27 16:04:05 +02:00
parent 7f9e2b6bb2
commit d83428b2b0

View file

@ -5,7 +5,7 @@ from utils.email import add_outgoing_email
logger = logging.getLogger("bornhack.%s" % __name__) logger = logging.getLogger("bornhack.%s" % __name__)
def add_creditnote_email(creditnote, camp): def add_creditnote_email(creditnote):
# put formatdict together # put formatdict together
formatdict = {"creditnote": creditnote} formatdict = {"creditnote": creditnote}