bugfix
This commit is contained in:
parent
02a15a226f
commit
832afcfd0d
@ -362,7 +362,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=}, {p=}')
|
debug(f'{formula=}, {ns=}, {p=}, {d.fields=}')
|
||||||
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