Browse Source

No link to intake from plan_free_text

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

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

@@ -88,7 +88,7 @@
 
             <!-- if plan - link to intake segment-->
             <?php
-            $isPlan = strpos($iName, 'plan_') === 0;
+            $isPlan = strpos($iName, 'plan_') === 0 && $iName !== 'plan_free_text';
             ?>
             @if($isPlan)
                 <?php