|
@@ -56,7 +56,7 @@
|
|
|
<div class="alert alert-info">Your suggestion has been rejected.</div>
|
|
|
@endif
|
|
|
<div class="d-flex">
|
|
|
- @if(($note->hcp_pro_id == $performer->pro_id ) && $segment->proposedSegmentSummarySuggestion->status == 'PENDING')
|
|
|
+ @if(($note->hcp_pro_id == $performer->pro_id || $performer->pro->pro_type === 'ADMIN') && $segment->proposedSegmentSummarySuggestion->status == 'PENDING')
|
|
|
<div class="d-block mt-1 mr-2" moe>
|
|
|
<form url="/api/segment/acceptProposedSegmentSummarySuggestion" show>
|
|
|
<input type="hidden" name="uid" value="{{$segment->uid}}">
|
|
@@ -123,4 +123,4 @@
|
|
|
</form>
|
|
|
</div>
|
|
|
</div>
|
|
|
-@endif
|
|
|
+@endif
|