Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
osama1998H opened this issue Mar 17, 2022 · 2 comments

Comments

@osama1998H
Copy link

the doctype is a sales invoice

my condition is
doc.grand_total >= 2000

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

@zulfi007
Copy link

I also faced same issue. Have anyone find solution

@yrestom
Copy link
Owner

yrestom commented Dec 31, 2022

Try to set the value as float like this 2000.00

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants