Selaa lähdekoodia

No link to intake from plan_free_text

Vijayakrishnan 3 vuotta sitten
vanhempi
commit
cf1fc6a055
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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