|
@@ -625,10 +625,10 @@
|
|
|
<div class="d-inline-flex align-items-center flex-grow-1">
|
|
|
@if($patient->has_cm_setup_been_performed)
|
|
|
<span class="text-nowrap text-success">
|
|
|
- @if(0 && $patient->cm_setup_note_id === $note->id)
|
|
|
+ @if($patient->cm_setup_note_id === $note->id)
|
|
|
<i class="fa fa-check"></i>
|
|
|
<b>Performed on this note</b>
|
|
|
- @elseif(0 && $patient->cmSetupNote)
|
|
|
+ @elseif($patient->cmSetupNote)
|
|
|
<i class="fa fa-check"></i>
|
|
|
<b>Performed on</b>
|
|
|
<span class="d-inline position-relative on-click-menu">
|