bugfix
This commit is contained in:
parent
48a64a34c7
commit
0132b8133d
@ -49,6 +49,7 @@ async def openResellerAccounts(sor, accounting_orgid, orgid):
|
|||||||
return await openPartyAccounts(sor, accounting_orgid, orgid, PARTY_RESELLER)
|
return await openPartyAccounts(sor, accounting_orgid, orgid, PARTY_RESELLER)
|
||||||
|
|
||||||
async def openCustomerAccounts(sor, accounting_orgid, orgid):
|
async def openCustomerAccounts(sor, accounting_orgid, orgid):
|
||||||
|
debug(f'{sor=}, {accounting_orgid=}, {orgid=}')
|
||||||
return await openPartyAccounts(sor, accounting_orgid, orgid, PARTY_CUSTOMER)
|
return await openPartyAccounts(sor, accounting_orgid, orgid, PARTY_CUSTOMER)
|
||||||
|
|
||||||
async def openOwnerAccounts(sor, accounting_orgid):
|
async def openOwnerAccounts(sor, accounting_orgid):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user