Please check if the PR fulfills these requirements:
[X] After these changes, the app was run and still works as expected
[ ] Tests for these changes were added (if applicable) (tests to be completed on merge into main)
[X] All existing unit tests were run and still pass
Please specify the type of change this PR introduces (Bug fix, feature addition, content update, chore, etc.):
All changes are for pay patient and pay practitioner, for medical and hospital claims.
--Changes dependent number validator to check if it's a CSR (eg., no longer needs to be 00 or 66 on a CSR page)
--number of Services can now be a zero on a CSR page
--default number of services is now 00
Please check if the PR fulfills these requirements:
Please specify the type of change this PR introduces (Bug fix, feature addition, content update, chore, etc.):
All changes are for pay patient and pay practitioner, for medical and hospital claims.
--Changes dependent number validator to check if it's a CSR (eg., no longer needs to be 00 or 66 on a CSR page) --number of Services can now be a zero on a CSR page --default number of services is now 00
Additional Notes:
Completes tickets CLMWEBDE-100 and CLMWEBDE-95