diff --git a/accounting/openaccount.py b/accounting/openaccount.py index aede1f4..d71e718 100644 --- a/accounting/openaccount.py +++ b/accounting/openaccount.py @@ -49,6 +49,7 @@ async def openResellerAccounts(sor, accounting_orgid, orgid): return await openPartyAccounts(sor, accounting_orgid, orgid, PARTY_RESELLER) async def openCustomerAccounts(sor, accounting_orgid, orgid): + debug(f'{sor=}, {accounting_orgid=}, {orgid=}') return await openPartyAccounts(sor, accounting_orgid, orgid, PARTY_CUSTOMER) async def openOwnerAccounts(sor, accounting_orgid):