From 16dc1bc4659aa828fd979fa98c8082065c0dffa4 Mon Sep 17 00:00:00 2001 From: Brady Miller Date: Wed, 26 Apr 2017 16:47:32 -0700 Subject: [PATCH] patient delete bug fix for tabs layout (#682) --- interface/patient_file/summary/demographics.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/interface/patient_file/summary/demographics.php b/interface/patient_file/summary/demographics.php index 52e32d131..a7139831e 100644 --- a/interface/patient_file/summary/demographics.php +++ b/interface/patient_file/summary/demographics.php @@ -205,7 +205,11 @@ if ($result3['provider']) { // Use provider in case there is an ins record w/ // Called by the deleteme.php window on a successful delete. function imdeleted() { - parent.left_nav.clearPatient(); + + top.clearPatient(); + + parent.left_nav.clearPatient(); + } function newEvt() { -- 2.11.4.GIT