From 11d8b59b4d4f0708beb3983b15cdf65a9a1b00f6 Mon Sep 17 00:00:00 2001 From: mattf Date: Tue, 5 Nov 2019 13:27:22 +0000 Subject: [PATCH] Fix for issue #1177 git-svn-id: svn://192.168.202.10@3154 3d104415-ff17-0410-8863-d5cf3c621b8a --- www/agc/vicidial.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/www/agc/vicidial.php b/www/agc/vicidial.php index 65f6ac2b..3f55a93f 100644 --- a/www/agc/vicidial.php +++ b/www/agc/vicidial.php @@ -622,10 +622,11 @@ # 191018-0904 - Added User Inbound Filtered features # 191101-1150 - Added VM Message Groups features, second script tab # 191104-1759 - Fixes for translations +# 191105-0824 - Fix for issue #1177 # -$version = '2.14-591c'; -$build = '191104-1759'; +$version = '2.14-592c'; +$build = '191105-0824'; $mel=1; # Mysql Error Log enabled = 1 $mysql_log_count=91; $one_mysql_log=0; @@ -18543,7 +18544,7 @@ function phone_number_format(formatphone) { { HidEGenDerPulldown(); } - if (is_webphone=='Y') + if ( (is_webphone=='Y') && (no_empty_session_warnings < 1) ) { NoneInSession(); document.getElementById("NoneInSessionLink").innerHTML = " ->";