ソースを参照

Patient header - remove "Undo manual verification"

Vijayakrishnan 4 年 前
コミット
c0cd924617
1 ファイル変更2 行追加2 行削除
  1. 2 2
      resources/views/layouts/patient.blade.php

+ 2 - 2
resources/views/layouts/patient.blade.php

@@ -363,7 +363,7 @@
                                                         </form>
                                                     </div>
                                                     @endif
-                                                    @if($patient->is_coverage_manually_verified)
+                                                    {{--@if($patient->is_coverage_manually_verified)
                                                         <div moe relative class="ml-2">
                                                             <a start show class="font-weight-bold">Undo manual verification</a>
                                                             <form url="/api/client/undoMarkCoverageAsManuallyVerified" class="mcp-theme-1" right>
@@ -375,7 +375,7 @@
                                                                 </div>
                                                             </form>
                                                         </div>
-                                                    @endif
+                                                    @endif--}}
                                                 @endif
                                             </div>
                                         </div>