erpnext_telegram icon indicating copy to clipboard operation
erpnext_telegram copied to clipboard

Cant set the condition on telegram notification when use grater than operator (> or <) return the condition is invalid

Open osama1998H opened this issue 2 years ago • 2 comments

the doctype is a sales invoice

my condition is doc.grand_total >= 2000

the error message is => The Condition 'doc.total > 2000 ' is invalid

osama1998H avatar Mar 17 '22 10:03 osama1998H

I also faced same issue. Have anyone find solution

zulfi007 avatar Apr 23 '22 05:04 zulfi007

Try to set the value as float like this 2000.00

yrestom avatar Dec 31 '22 11:12 yrestom