bugfix
This commit is contained in:
parent
6a1b09269e
commit
76acdb6a3b
9
wwwroot/open_reseller_provider_accounts.dspy
Normal file
9
wwwroot/open_reseller_provider_accounts.dspy
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
debug(f'{params_kw=}')
|
||||||
|
dbname = get_module_dbname('accounting')
|
||||||
|
assert params_kw.providerid
|
||||||
|
assert params_kw.resellerid
|
||||||
|
db = DBPools()
|
||||||
|
async with db.sqlorContext(dbname) as sor:
|
||||||
|
await openRetailRelationshipAccounts(sor, '0', params_kw.providerid, params_kw.resellerid)
|
||||||
|
return f'{orgid} reseller accounts opened'
|
||||||
|
return f'{db.e_except=}'
|
||||||
Loading…
x
Reference in New Issue
Block a user