소스 검색

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>