bugfix
This commit is contained in:
parent
0132b8133d
commit
b2e4b03b82
@ -49,7 +49,6 @@ 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