From e889d1400c696a795a344cb8154432e979c0e53a Mon Sep 17 00:00:00 2001 From: mattf Date: Fri, 18 Apr 2014 12:45:29 +0000 Subject: [PATCH] Fived formatting issue with the new Comparison Report git-svn-id: svn://192.168.202.10@2103 3d104415-ff17-0410-8863-d5cf3c621b8a --- .../trunk/www/vicidial/AST_performance_comparison_report.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/agc_2-X/trunk/www/vicidial/AST_performance_comparison_report.php b/agc_2-X/trunk/www/vicidial/AST_performance_comparison_report.php index 1472020c..d809b980 100644 --- a/agc_2-X/trunk/www/vicidial/AST_performance_comparison_report.php +++ b/agc_2-X/trunk/www/vicidial/AST_performance_comparison_report.php @@ -776,7 +776,7 @@ else $TOTALS_array[$x]+=$val[$x]; $x++; - $CSV_text.="\"$val[$x]\","; + $CSV_text.="\"$val[$x] %\","; $ASCII_text.=" ".sprintf("%10s", $val[$x])."% |"; $TOTALS_array[$x]=sprintf("%0.2f", MathZDC(100*$TOTALS_array[($x-1)], $TOTALS_array[($x-2)])); @@ -785,7 +785,7 @@ else $ASCII_text.=" ".sprintf("%12s", $val[$x])." |"; $x++; - $CSV_text.="\"$val[$x]\","; + $CSV_text.="\"".sec_convert($val[$x], 'H')."\","; $ASCII_text.=" ".sprintf("%9s", sec_convert($val[$x], 'H'))." ||"; $TOTALS_array[$x]+=$val[$x];