bugfix
This commit is contained in:
parent
c863936871
commit
2613d9b72c
7
wwwroot/get_all_pricing_programs.dspy
Normal file
7
wwwroot/get_all_pricing_programs.dspy
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
async with get_sor_context(request._run_ns, 'pricing') as sor:
|
||||||
|
ns = {
|
||||||
|
'ownerid':await get_userorgid()
|
||||||
|
}
|
||||||
|
recs = await sor.R('pricing_program', ns)
|
||||||
|
return recs
|
||||||
|
return []
|
||||||
Loading…
x
Reference in New Issue
Block a user