From 86974b1e92a3f4a89f79b7816833c284ec5659e6 Mon Sep 17 00:00:00 2001 From: teryhill Date: Mon, 13 Jun 2016 22:50:54 -0400 Subject: [PATCH] Removed unneeded code and comment Removed unneeded code and comment --- interface/reports/patient_flow_board_report.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/interface/reports/patient_flow_board_report.php b/interface/reports/patient_flow_board_report.php index 5e810444d..e55f869cc 100644 --- a/interface/reports/patient_flow_board_report.php +++ b/interface/reports/patient_flow_board_report.php @@ -433,8 +433,6 @@ if ($_POST['form_refresh'] || $_POST['form_orderby']) { $tracker_id = $appointment['pt_tracker_id']; $last_seq = $appointment['lastseq']; $docname = $appointment['ulname'] . ', ' . $appointment['ufname'] . ' ' . $appointment['umname']; - # if there is a recurring appointment I just want the expanded entry. - if ($appointment['pc_recurrtype'] == '1' ) continue; # only get items with a tracker id. if ($tracker_id == '' ) continue; # only get the drug screens that are set to yes. -- 2.11.4.GIT