Browse Source

Enroll button issue fix

Vijayakrishnan 2 năm trước cách đây
mục cha
commit
1dab7beab1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      resources/views/app/patient/note/rm-setup.blade.php

+ 1 - 1
resources/views/app/patient/note/rm-setup.blade.php

@@ -61,7 +61,7 @@
                         <span class="text-sm ml-2">({{$patient->why_not_enrolled_in_rm_category}})</span>
                     @endif
 
-                    @if($patient->is_enrolled_in_rm === 'NO' || $patient->is_enrolled_in_rm === 'UNKNOWN') {{-- correct --}}
+                    @if(!$patient->is_enrolled_in_rm || $patient->is_enrolled_in_rm === 'NO' || $patient->is_enrolled_in_rm === 'UNKNOWN') {{-- correct --}}
                         <span class="ml-2 text-secondary">|</span>
                         <div moe wide class="ml-2">
                             <a start show>Enroll</a>