bugfix
This commit is contained in:
parent
c0c9d0a489
commit
afceb713b7
@ -10,7 +10,7 @@ async with db.sqlorContext(dbname) as sor:
|
|||||||
orgid = id
|
orgid = id
|
||||||
await create_org(sor, ns, orgtypes=['provider'])
|
await create_org(sor, ns, orgtypes=['provider'])
|
||||||
try:
|
try:
|
||||||
await openRetailRelationshipAccounts(sor, ownerid, ownerid, orgid)
|
await openRetailRelationshipAccounts(sor, ownerid, orgid, ownerid)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
exception(f'{e}')
|
exception(f'{e}')
|
||||||
return {
|
return {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user