bugfix
This commit is contained in:
parent
4a20509490
commit
029a76f960
@ -1,6 +1,8 @@
|
||||
debug(f'{params_kw=}')
|
||||
dbname = get_module_dbname('accounting')
|
||||
orgid = await get_userorgid()
|
||||
orgid = params_kw.orgid
|
||||
if orgid is None:
|
||||
orgid = await get_userorgid()
|
||||
db = DBPools()
|
||||
async with db.sqlorContext(dbname) as sor:
|
||||
await openCustomerAccounts(sor, '0', orgid)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user