Merge branch 'master' into feature/6561/invoices-webhook
This commit is contained in:
commit
a3cca03edb
2 changed files with 4 additions and 4 deletions
|
|
@ -291,7 +291,7 @@ class MonthlyHostingBill(AssignPermissionsMixin, models.Model):
|
|||
"More than one subscriptions"
|
||||
"for MonthlyHostingBill {}".format(args['invoice_id'])
|
||||
)
|
||||
logger.debug("SUB_IDS=".format(','.join(sub_ids)))
|
||||
logger.debug("SUB_IDS={}".format(','.join(sub_ids)))
|
||||
logger.debug("Not importing invoices")
|
||||
return
|
||||
elif len(args['lines_meta_data_csv']) > 0:
|
||||
|
|
@ -303,7 +303,7 @@ class MonthlyHostingBill(AssignPermissionsMixin, models.Model):
|
|||
"More than one VM_ID"
|
||||
"for MonthlyHostingBill {}".format(args['invoice_id'])
|
||||
)
|
||||
logger.debug("VM_IDS=".format(','.join(vm_ids)))
|
||||
logger.debug("VM_IDS={}".format(','.join(vm_ids)))
|
||||
logger.debug("Not importing invoices")
|
||||
return
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue