From a2fb01241d2eda7bc053251d23beaeb584a8c885 Mon Sep 17 00:00:00 2001 From: Vama Mehta Date: Thu, 21 Dec 2023 14:10:06 +0000 Subject: [PATCH] fix: Triggered change to show relevant patient history for different patients #316 --- healthcare/healthcare/page/patient_history/patient_history.js | 1 + 1 file changed, 1 insertion(+) diff --git a/healthcare/healthcare/page/patient_history/patient_history.js b/healthcare/healthcare/page/patient_history/patient_history.js index 8924d5816a..75aabd4574 100644 --- a/healthcare/healthcare/page/patient_history/patient_history.js +++ b/healthcare/healthcare/page/patient_history/patient_history.js @@ -43,6 +43,7 @@ class PatientHistory { } } }); + patient.df.change(); patient.refresh(); if (frappe.route_options && !this.patient_id) {