You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We set patient.is_active=False if the consultation type is op, but we never update it if the consultation type is updated, this causes the patients to be hidden from the patient list tab, as they are neither active nor discharged
This issue is for old version of care
We set
patient.is_active=False
if the consultation type is op, but we never update it if the consultation type is updated, this causes the patients to be hidden from the patient list tab, as they are neither active nor dischargedcare/care/facility/api/serializers/patient_consultation.py
Lines 442 to 445 in 8f6dc2e
The text was updated successfully, but these errors were encountered: