@@ -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,
@@ -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