|
@@ -240,7 +240,7 @@
|
|
|
<td>
|
|
|
<div class="d-flex align-items-center">
|
|
|
<a href="/patients/view/{{ $patient->uid }}/notes/view/{{ $note->uid }}" class="font-weight-bold">Open</a>
|
|
|
- @if(1 || $note->new_or_fu_or_na !== 'NEW')
|
|
|
+ @if($note->visitTemplate->internal_name == 'omega_soap_visit' && $note->new_or_fu_or_na !== 'NEW')
|
|
|
<span class="px-2 text-secondary">|</span>
|
|
|
@if(!$note->visit_template_id)
|
|
|
<a href="#" class="text-primary trigger-clone" data-uid="{{$note->uid}}">Clone</a>
|