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

RequestChecksMenu macro not working if DC left blank despite it saying it will (fix included) #1531

Open
thejoester opened this issue Nov 16, 2024 · 0 comments

Comments

@thejoester
Copy link

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
@thejoester 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
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

1 participant