Prechádzať zdrojové kódy

Rx wizard - "discontinued on this visit"

Vijayakrishnan 3 rokov pred
rodič
commit
5c718c34d1

+ 1 - 1
resources/views/app/patient/medications-center.blade.php

@@ -70,7 +70,7 @@ $medications = $points;
                                     @endif
                                 </div>
                             @endif
-                            @if($medication->is_removed && ($medication->added_in_note_id !== $note->id && $medication->removed_in_note_id === $note->id))
+                            @if($medication->is_removed && $medication->removed_in_note_id === $note->id)
                                 <div class="mt-1 text-sm text-secondary">Discontinued during this visit</div>
                             @endif
                         </div>