瀏覽代碼

Enroll button issue fix

Vijayakrishnan 2 年之前
父節點
當前提交
1dab7beab1
共有 1 個文件被更改,包括 1 次插入1 次删除
  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>