laatste loodjes
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user