Explorar el Código

No link to intake from plan_free_text

Vijayakrishnan hace 3 años
padre
commit
cf1fc6a055
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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