Pārlūkot izejas kodu

Merge branch 'master' of rav.triplestart.com:jmudaka/stagfe2

= 3 gadi atpakaļ
vecāks
revīzija
af3f7a14af

+ 2 - 2
resources/views/app/patient/note/segment/suggestions_and_updates.blade.php

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