erpnext_telegram
erpnext_telegram copied to clipboard
Cant set the condition on telegram notification when use grater than operator (> or <) return the condition is invalid
the doctype is a sales invoice
my condition is
doc.grand_total >= 2000
the error message is => The Condition 'doc.total > 2000 ' is invalid
I also faced same issue. Have anyone find solution
Try to set the value as float like this 2000.00