|
@@ -919,7 +919,7 @@
|
|
|
@if($pro->pro_type === 'ADMIN')
|
|
|
|
|
|
<div class="screen-only m-neg-4 mb-3">
|
|
|
- @include('app.generic-bills.inline-for-cm', ['patient' => $patient, 'careMonth' => $careMonth, 'class' => 'p-3 border-bottom', 'label' => 'MCP', 'entityType' => 'CareMonth', 'entityUid' => $careMonth->uid])
|
|
|
+ @include('app.generic-bills.inline-for-cm', ['patient' => $patient, 'careMonth' => $careMonth, 'class' => 'p-3 border-bottom', 'label' => 'MCP', 'entityType' => 'CareMonth', 'entityUid' => $careMonth->id])
|
|
|
</div>
|
|
|
|
|
|
@endif
|
|
@@ -1354,7 +1354,7 @@
|
|
|
|
|
|
{{-- generic bills --}}{{--
|
|
|
<div class="row">
|
|
|
- @include('app.generic-bills.inline', ['patient' => $patient, 'class' => 'col-12', 'entityType' => 'CareMonth', 'entityUid' => $careMonth->uid])
|
|
|
+ @include('app.generic-bills.inline', ['patient' => $patient, 'class' => 'col-12', 'entityType' => 'CareMonth', 'entityUid' => $careMonth->id])
|
|
|
</div>--}}
|
|
|
|
|
|
</div>
|