소스 검색

Merge branch 'master' into dev-vj

Vijayakrishnan 3 년 전
부모
커밋
af3e4dd2b0
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      resources/views/app/patient/note/segment/suggestions_and_updates.blade.php

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

@@ -116,6 +116,12 @@
                         {!! $segment->getRecalculatedHtml($performer, $performer->session_key)['summaryHtml'] !!}
                     @endif 
                 </textarea>
+                @if($performer->pro->pro_type == 'ADMIN')
+                <div class="checkbox mt-1">
+                    <input type="checkbox" name="autoAccept">
+                    <label for="" class="checkbox-label">Auto-accept</label>
+                </div>
+                @endif
                 <div class="mb-0 mt-2">
                     <button class="btn btn-primary btn-sm" submit>Submit</button>
                     <button class="btn btn-default border btn-sm" cancel>Cancel</button>