bugfix
This commit is contained in:
parent
c41441dbc3
commit
ad6c6ed895
@ -363,6 +363,7 @@ order by b.enabled_date desc"""
|
|||||||
e = f'{p} not formula found'
|
e = f'{p} not formula found'
|
||||||
exception(e)
|
exception(e)
|
||||||
raise Exception(e)
|
raise Exception(e)
|
||||||
|
debug(f'{formula=}, {ns=}')
|
||||||
np.amount = eval(formula, ns)
|
np.amount = eval(formula, ns)
|
||||||
ret_items.append(np)
|
ret_items.append(np)
|
||||||
if len(ret_items) == 0:
|
if len(ret_items) == 0:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user