bugfix
This commit is contained in:
parent
905ac8a392
commit
a63ea79cf7
7
wwwroot/oca.dspy
Normal file
7
wwwroot/oca.dspy
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
iorgid = params_kw.orgid
|
||||||
|
db = DBPools()
|
||||||
|
async with db.sqlorContext(dbname) as sor:
|
||||||
|
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