Fix for dispo timer issue #1387 in vicidial.php

git-svn-id: svn://192.168.202.10@3655 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2022-11-12 21:57:23 +00:00
parent e989d9638b
commit a7bc27096c
+5 -3
View File
@@ -704,10 +704,11 @@
# 221012-1723 - Fix for webform URLs updates with correct recording variables # 221012-1723 - Fix for webform URLs updates with correct recording variables
# 221020-1651 - Added login_kickall system setting # 221020-1651 - Added login_kickall system setting
# 221021-1022 - Added webphone_settings phones option # 221021-1022 - Added webphone_settings phones option
# 221112-1638 - Fix for dispo timer issue #1387
# #
$version = '2.14-672c'; $version = '2.14-673c';
$build = '221021-1022'; $build = '221112-1638';
$php_script = 'vicidial.php'; $php_script = 'vicidial.php';
$mel=1; # Mysql Error Log enabled = 1 $mel=1; # Mysql Error Log enabled = 1
$mysql_log_count=98; $mysql_log_count=98;
@@ -15058,7 +15059,8 @@ function set_length(SLnumber,SLlength_goal,SLdirection)
} }
HidEGenDerPulldown(); HidEGenDerPulldown();
AgentDispoing = 1; if ((taskDSstage == 'ReSET') && (DSCclick!='YES'))
{AgentDispoing = 1;}
var CBflag = ''; var CBflag = '';
var MINMAXbegin=''; var MINMAXbegin='';
var MINMAXend=''; var MINMAXend='';