bugfix
This commit is contained in:
parent
678cf4bac8
commit
a25c9e56dc
@ -133,7 +133,7 @@ where resellerid = ${resellerid}$
|
|||||||
async def get_customer_discount(resellerid, customerid):
|
async def get_customer_discount(resellerid, customerid):
|
||||||
env = ServerEnv()
|
env = ServerEnv()
|
||||||
async with get_sor_context(env, 'discount') as sor:
|
async with get_sor_context(env, 'discount') as sor:
|
||||||
return sor_get_customer_discount(sor, resellerid, customerid)
|
return await sor_get_customer_discount(sor, resellerid, customerid)
|
||||||
return 1
|
return 1
|
||||||
|
|
||||||
def load_discount():
|
def load_discount():
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user