Explorar o código

added created at on pros

Josh %!s(int64=4) %!d(string=hai) anos
pai
achega
897bcb120c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      resources/views/app/patient/canvas-sections/dx/summary.php

+ 1 - 1
resources/views/app/patient/canvas-sections/dx/summary.php

@@ -17,7 +17,7 @@ if(count($contentData['items'])) {
 ?>
         <div class="mb-2 <?= @$item["included"] ? '' : 'hide-if-note' ?>">
             <div class="">
-                <b><?= !! $item["title"] ? $item["title"] :''  ?></b>
+                <b><?= isset($item["title"]) ? $item["title"] :''  ?></b>
                 <?= !!$item["icd"] ? '/&nbsp;' . $item["icd"] : '' ?>
                 <?= !!$item["coa"] ? '/&nbsp;' . $item["coa"] : '' ?>
             </div>