|
@@ -1577,7 +1577,6 @@
|
|
|
<tr>
|
|
|
<th class="border-bottom-0 pl-2">IID</th>
|
|
|
<th class="border-bottom-0">Details</th>
|
|
|
- <th class="border-bottom-0">Current Version</th>
|
|
|
<th class="border-bottom-0">Status</th>
|
|
|
<th class="border-bottom-0">Submissions</th>
|
|
|
</tr>
|
|
@@ -1591,6 +1590,8 @@
|
|
|
<tr class="{{ $claim->status === 'CANCELLED' ? 'text-secondary bg-light on-hover-opaque' : '' }}">
|
|
|
<td class="pl-2">
|
|
|
<div>{{ $claim->iid }}</div>
|
|
|
+ <div class="text-sm text-secondary font-weight-bold mt-1">Current Version:</div>
|
|
|
+ <div class="text-sm text-secondary">{{$claim->currentVersion ? friendlier_date_time($claim->currentVersion->created_at) : '-'}}</div>
|
|
|
@if($claim->status === 'CANCELLED')
|
|
|
<div class="text-secondary font-weight-bold text-sm mt-1">[CANCELLED]</div>
|
|
|
@else
|
|
@@ -1650,9 +1651,6 @@
|
|
|
<p>No lines for this claim</p>
|
|
|
@endif
|
|
|
</td>
|
|
|
- <td class="border-right">
|
|
|
- {{$claim->currentVersion ? friendlier_date_time($claim->currentVersion->created_at) : '-'}}
|
|
|
- </td>
|
|
|
<td class="border-right p-0">
|
|
|
|
|
|
<!-- status -->
|
|
@@ -1828,7 +1826,7 @@
|
|
|
<div>
|
|
|
<span moe class="d-block" title="Submit Claim">
|
|
|
<a class="" href="" show start>Generate Submission to Payer (1°)</a>
|
|
|
- <form url="/api/mbClaim/create">
|
|
|
+ <form url="/api/mbClaim/createFromClaimForPrimaryPayer">
|
|
|
<input type="hidden" name="claimUid" value="{{$claim->uid}}">
|
|
|
<p>Generate Submission?</p>
|
|
|
<div class="mb-0">
|