diff --git a/agc_2-X/trunk/www/vicidial/AST_CLOSER_service_level.php b/agc_2-X/trunk/www/vicidial/AST_CLOSER_service_level.php index 2d1b6a03..9e3ba947 100644 --- a/agc_2-X/trunk/www/vicidial/AST_CLOSER_service_level.php +++ b/agc_2-X/trunk/www/vicidial/AST_CLOSER_service_level.php @@ -37,6 +37,7 @@ # 170227-1714 - Fix for default HTML report format, issue #997 # 170323-2247 - Added debug variable # 170409-1559 - Added IP List validation code +# 170602-1008 - Added 8am-5pm shift # $startMS = microtime(); @@ -403,6 +404,7 @@ $MAIN.="\n"; $MAIN.="\n"; $MAIN.="\n"; $MAIN.="\n"; +$MAIN.="\n"; $MAIN.="\n"; $MAIN.="\n"; $MAIN.="\n"; @@ -471,6 +473,11 @@ if ($shift == '9AM-1AM') if (strlen($time_BEGIN) < 6) {$time_BEGIN = "09:00:00";} if (strlen($time_END) < 6) {$time_END = "00:59:59";} } +if ($shift == '8AM-5PM') + { + if (strlen($time_BEGIN) < 6) {$time_BEGIN = "08:00:00";} + if (strlen($time_END) < 6) {$time_END = "16:59:59";} + } if ($shift == '845-1745') { if (strlen($time_BEGIN) < 6) {$time_BEGIN = "08:45:00";}