Эх сурвалжийг харах

No link to intake from plan_free_text

Vijayakrishnan 3 жил өмнө
parent
commit
cf1fc6a055

+ 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