From 2449b00b73bd31e5fd2a4e063cc197b1bf1476de Mon Sep 17 00:00:00 2001 From: mattf Date: Wed, 23 Jun 2021 13:37:35 +0000 Subject: [PATCH] Fix for WebForm 3 after API update fields issue in vicidial.php git-svn-id: svn://192.168.202.10@3463 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 897f97e1..9a8c3b9e 100644 --- a/www/agc/vicidial.php +++ b/www/agc/vicidial.php @@ -671,10 +671,11 @@ # 210615-0959 - Default security fix, CVE-2021-28854 # 210616-1852 - Added optional CORS support, see options.php for details # 210623-0912 - Fix for Leave 3-Way Start Recording issue +# 210623-0930 - Fix for WebForm 3 after API update fields issue # -$version = '2.14-639c'; -$build = '210623-0912'; +$version = '2.14-640c'; +$build = '210623-0930'; $php_script = 'vicidial.php'; $mel=1; # Mysql Error Log enabled = 1 $mysql_log_count=95; @@ -10307,7 +10308,7 @@ function set_length(SLnumber,SLlength_goal,SLdirection) } if (enable_third_webform > 0) { - document.getElementById("WebFormSpanTwo").innerHTML = "\" border=\"0\" alt=\"Web Form 3\" />\n"; + document.getElementById("WebFormSpanThree").innerHTML = "\" border=\"0\" alt=\"Web Form 3\" />\n"; } agent_events('update_fields', event_data, aec); aec++;