From c9408326ede8366f2753d7f65e8e00e559ecf584 Mon Sep 17 00:00:00 2001 From: mattf Date: Mon, 24 Apr 2023 14:17:05 +0000 Subject: [PATCH] small fix for display bug in real-time report git-svn-id: svn://192.168.202.10@3718 3d104415-ff17-0410-8863-d5cf3c621b8a --- www/vicidial/AST_timeonVDADall.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/www/vicidial/AST_timeonVDADall.php b/www/vicidial/AST_timeonVDADall.php index 84714711..659c6d15 100644 --- a/www/vicidial/AST_timeonVDADall.php +++ b/www/vicidial/AST_timeonVDADall.php @@ -4114,10 +4114,10 @@ if ($talking_to_print > 0) if ( ($AGENTlatency != 0) and ($RS_UGlatencyALLOWED > 0) ) { $LTC=$G; $LTCG=$EG; - if ($INORcolor > 0) - { - $LTC=''; $LTCG=''; - } + # if ($INORcolor > 0) + # { + # $LTC=''; $LTCG=''; + # } if (preg_match("/^1/",$AGENTlatency)) { $latency_print = sprintf("%-5s", $Alatency_min_avg[$i]); @@ -4313,10 +4313,10 @@ if ($talking_to_print > 0) if ( ($AGENTlatency != 0) and ($RS_UGlatencyALLOWED > 0) ) { $LTC=$G; $LTCG=$EG; - if ($INORcolor > 0) - { - $LTC=''; $LTCG=''; - } + # if ($INORcolor > 0) + # { + # $LTC=''; $LTCG=''; + # } if (preg_match("/^1/",$AGENTlatency)) { $LATENCY = " $LTC$Alatency_min_avg[$i]ms$LTCG ";