From 3d6b68d75fe41bf65744cebf79b76f435097249b Mon Sep 17 00:00:00 2001 From: Kevin Yeh Date: Fri, 21 Oct 2011 10:14:16 -0400 Subject: [PATCH] Incorrect logic for determining if patient has no notes. --- interface/patient_file/summary/pnotes_fragment.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/patient_file/summary/pnotes_fragment.php b/interface/patient_file/summary/pnotes_fragment.php index c9b4d7659..71c8cfd35 100644 --- a/interface/patient_file/summary/pnotes_fragment.php +++ b/interface/patient_file/summary/pnotes_fragment.php @@ -101,7 +101,7 @@ $fake_register_globals=false; + if ( !isset($has_note) || ($has_note < 1 )) { ?>