Conversation
WARN - ModuleUtil.refreshApplicationContext(930) |2026-01-28T17:47:15,282| Unable to invoke started() method on the module's activator org.openmrs.api.ValidationException: '[Provider: providerId:656 providerName:[Christine UWANYIRIGIRA] ]' failed to validate with reason: retireReason: Retired Reason Required
|
@mseaton focus on the last three commits |
| policy.setInsurance(insurance); | ||
| policy.setOwner(policyModel.getOwner()); | ||
| policy.setInsuranceCardNo(policyModel.getInsuranceCardNo()); | ||
| policy.setRhipPatientId(policyModel.getRhipPatientId()); |
There was a problem hiding this comment.
Just to make a note - this does not compile for me, as the necessary changes to the billing module are not committed yet and are also not in maven. So the billing module will need it's changes made and committed and built before we can merge this.
There was a problem hiding this comment.
| jq("#verify-button").removeAttr("disabled"); | ||
| jq("#verify-button").click(); | ||
| } | ||
| } |
There was a problem hiding this comment.
Not sure about this - I think we need to look at what the toggleVerificationButton is doing, as it is the primary place where the logic lives as to whether to enable or disable the button. So I wouldn't put logic in here to remove the disabled attribute from the button - that should be handled in the toggleVerificationButton method if appropriate.
Not entirely sure what you are trying to do here, but it seems like you are not enabling the verification button if an rhipPatientId is already present? And then you are also automatically clicking on this button once the page loads in edit mode? Can you clarify what you are trying to do here?
@mseaton I made some changes related to the voucher creation you can review them.