diff --git a/agc_2-X/trunk/www/agc/vicidial.php b/agc_2-X/trunk/www/agc/vicidial.php
index 897f97e1..9a8c3b9e 100644
--- a/agc_2-X/trunk/www/agc/vicidial.php
+++ b/agc_2-X/trunk/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++;