|
@@ -250,7 +250,7 @@ function initCreateNote() {
|
|
|
createNewNote($(this).attr('data-patient-uid'), $(this).attr('data-hcp-uid'), $(this).attr('data-effective-date'));
|
|
|
});
|
|
|
if ($('select[name="hasMcpDoneOnboardingVisit"]').length) {
|
|
|
- $('select[name="hasMcpDoneOnboardingVisit"]')[0].onchange();
|
|
|
+ $('select[name="hasMcpDoneOnboardingVisit"]').trigger('change');
|
|
|
}
|
|
|
}
|
|
|
|