We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I dont think this is working correctly for Social Care
} else if (year <= "1617") { if (type %in% c("CH", "HC", "SDS", "AT")) { return(FALSE) }
when i try check_year_valid("1415", "HC") this returns TRUE when this should be FALSE
The text was updated successfully, but these errors were encountered:
PR open #654
Sorry, something went wrong.
PR #654 merged now, so will assume this behaviour is corrected
No branches or pull requests
I dont think this is working correctly for Social Care
when i try check_year_valid("1415", "HC") this returns TRUE when this should be FALSE
The text was updated successfully, but these errors were encountered: