Private
Public Access
1
0

laatste loodjes

This commit is contained in:
Sander Roosendaal
2021-04-26 19:52:36 +02:00
parent 62d06a2439
commit b4ed7a0a6b
6 changed files with 8 additions and 8 deletions

View File

@@ -86,7 +86,7 @@ def create_contact(rower):
def create_invoice(rower,amount,braintreeid,dosend=True,
contact_id=None,name=None):
if not contact_id:
if not contact_id: # pragma: no cover
contact_id = get_contacts(rower)
if not name: