From 4b5044d59aa64d5de6198ad1a9b43e74ea2df3a8 Mon Sep 17 00:00:00 2001 From: Adam Zammit Date: Fri, 5 May 2017 13:23:59 +1000 Subject: [PATCH] Fixed bug: refreshing appointment screen added more appointments --- admin/displayappointments.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/displayappointments.php b/admin/displayappointments.php index 3161344b..7d3c127d 100644 --- a/admin/displayappointments.php +++ b/admin/displayappointments.php @@ -289,7 +289,7 @@ if ( (isset($_GET['appointment_id']) && isset($_GET['case_id'])) ||(isset($_GET[ else { $operator_id = get_operator_id(); $subtitle = T_("Appointments"); - xhtml_head(T_("Display Appointments"),true,$css,$js_head,false,30); + xhtml_head(T_("Display Appointments"),true,$css,$js_head,false); print "

" . T_("All appointments (with times displayed in your time zone)") . "

"; $sql = "SELECT MIN(q.description) as description, MIN(si.description) as smpl, MIN(CONVERT_TZ(a.start,'UTC',co.Time_zone_name)) as start, MIN(CONVERT_TZ(a.end,'UTC',co.Time_zone_name)) as end,MIN(CONCAT(r.firstName, ' ', r.lastName)) as resp, MIN( IFNULL(ou.description,'" . TQ_("Not yet called") . "')) as outcome, MIN(oo.firstName) as makerName, MIN(ooo.firstName) as callerName,