فهرست منبع

NRC - force create-claim to reflect update note reasons

Vijayakrishnan 3 سال پیش
والد
کامیت
1fcd7496cc
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      resources/views/app/patient/note/partials/resolve-content.blade.php

+ 1 - 0
resources/views/app/patient/note/partials/resolve-content.blade.php

@@ -435,6 +435,7 @@
         addMCInitializer('note-resolve-{{$note->uid}}', init, '#note-resolve-{{$note->uid}}');
         addMCHook('onICDUpdate-{{$note->uid}}', function() {
             toastr.success('ICDs updated');
+            fastReload(); // needed to ensure that the note rendered picks the new icds and uses them for create-claim
         });
     }).call(window);
 </script>