Can anyone help on this please? That error message is not displaying based on the condition.
If drop down value is 0 or 2 then sale tax amount should be 0 or else error should throw.
If drop down value is 1 then sale tax amount should be greater than 0 or else error should throw. These things should be happen. But here some issue.
http://jsfiddle.net/ssthil/SbR6b/1/
Can anyone help on this please? That error message is not displaying based on
Share
Now check http://jsfiddle.net/SbR6b/15/.. it is modified according to the question.