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
RequestChecksMenu macro not working if DC left blank despite it saying it will
I do have a fix though,
change lines 75-77 and 133-135 to this:
if (DCValue.val()== '') {
console.log("DC left blank, proceeding with a basic check.");
DC = ""; // No DC included in the check
The text was updated successfully, but these errors were encountered:
thejoester
changed the title
RequestChecksMenu macro not working if DC left blank despite it saying it will
RequestChecksMenu macro not working if DC left blank despite it saying it will (fix included)
Nov 17, 2024
RequestChecksMenu macro not working if DC left blank despite it saying it will
I do have a fix though,
change lines 75-77 and 133-135 to this:
The text was updated successfully, but these errors were encountered: