forgot to remove camp kwarg from add_creditnote_email
This commit is contained in:
parent
7f9e2b6bb2
commit
d83428b2b0
|
@ -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}
|
||||
|
||||
|
|
Loading…
Reference in a new issue