From 5647b86d3fac16bbdd70ff67cc512a46300b60b6 Mon Sep 17 00:00:00 2001 From: bradymiller Date: Sun, 20 Mar 2016 18:58:33 -0700 Subject: [PATCH] minor comment fix of prior commit --- interface/reports/appointments_report.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/interface/reports/appointments_report.php b/interface/reports/appointments_report.php index f70444786..7c258900b 100644 --- a/interface/reports/appointments_report.php +++ b/interface/reports/appointments_report.php @@ -22,10 +22,10 @@ require_once "$srcdir/formdata.inc.php"; require_once "$srcdir/appointments.inc.php"; require_once "$srcdir/clinical_rules.php"; -# make sure to clean up the session -# else we'll build off of trash in the combo-drop down for a single patient later -# This was moved from the printed_fee_sheet program to here so on any page load, it gets reset - +# Clear the pidList session whenever load this page. +# This session will hold array of patients that are listed in this +# report, which is then used by the 'Superbills' and 'Address Labels' +# features on this report. unset($_SESSION['pidList']); $alertmsg = ''; // not used yet but maybe later -- 2.11.4.GIT