= 4 лет назад
Родитель
Сommit
9616a86fcf

+ 1 - 1
resources/views/app/patient/care-month/_create-claim.blade.php

@@ -121,7 +121,7 @@
                 lines: [
                     {
                         cpt: '',
-                        dateOfService: '{{date_format($note->created_at, 'Y-m-d')}}',
+                        dateOfService: '{{date_format($careMonth->created_at, 'Y-m-d')}}',
                         icds: window.rmReasons.map(_x => {
                             return {
                                 code: _x.icd,

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

@@ -1250,7 +1250,7 @@
                                             </table>
                                         </td> */ ?>
                                         <td class="text-nowrap">{{friendlier_date_time($bill->effective_date, false)}}</td>
-                                        <td>{{$bill->code}}</td>
+                                        <td>{{$bill->code}} {{$bill->cm_or_rm}} {{$bill->is_cancelled}}</td>
                                         <td class="">
                                             @if(strpos(strtolower($bill->code), 'treatment services') !== FALSE)
                                                 <?php