浏览代码

fixed Time entries

= 2 年之前
父节点
当前提交
f4a3185a25
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      resources/views/app/patient/care-month/_matrix-v2.blade.php

+ 1 - 1
resources/views/app/patient/care-month/_matrix-v2.blade.php

@@ -56,7 +56,7 @@ foreach ($days as $k => $day) {
             </thead>
             <tbody>
             @foreach($careMonth->entries as $entry)
-                @if(!$entry->is_removed && $entry->cm_or_rm === "RM")
+                @if(!$entry->is_removed && $entry->cm_or_rm_or_rtm_msk_or_rtm_lung === "RM")
                     <tr>
                         <td class="px-2">
                             <div class="font-weight-bold">{{friendly_date_time($entry->effective_date, false)}}</div>