Sfoglia il codice sorgente

CM single - time entries - remove 'created' column

Vijayakrishnan 2 anni fa
parent
commit
ead2a5176e

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

@@ -48,7 +48,6 @@ foreach ($days as $k => $day) {
             <tr>
                 <th class="px-2 text-secondary border-bottom-0">Effective Date</th>
                 <th class="px-2 text-secondary border-bottom-0">Time</th>
-                <th class="px-2 text-secondary border-bottom-0">Created</th>
                 <th class="px-2 text-secondary border-bottom-0">Communicated</th>
                 <th class="px-2 text-secondary border-bottom-0 w-50">Comments</th>
                 <th class="px-2 text-secondary border-bottom-0 delete-column">&nbsp;</th>
@@ -64,9 +63,6 @@ foreach ($days as $k => $day) {
                         <td class="px-2">
                             {{time_in_hrminsec($entry->time_in_seconds)}}
                         </td>
-                        <td class="px-2">
-                            {{friendly_date_time($entry->created_at)}}
-                        </td>
                         <td class="px-2">
                             {{$entry->did_pro_interact_with_client_about_rm ? 'Yes' : 'No'}}
                         </td>