bugfix
This commit is contained in:
parent
933a3e286f
commit
81171ac12e
@ -5,7 +5,7 @@ async with db.sqlorContext(dbname) as sor:
|
||||
if len(recs) == 0:
|
||||
return f"error: {orgid=} not found"
|
||||
|
||||
await openCustomerAccounts(sor, '0', orgid)
|
||||
return f'{orgid} customer accounts opened'
|
||||
await openCustomerAccounts(sor, '0', orgid)
|
||||
return f'{orgid} customer accounts opened'
|
||||
return f'{db.e_except=}'
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user