You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Amount1 == null || Amount2 == null || Amount2 <= Amount1" that should do it. It Amount1 hat no value -> true, if Amount2 has not value -> true and it Amount2 <= Amount1 -> true.
That way it will only check if Amount1 and Amount2 are set.
The text was updated successfully, but these errors were encountered: