From c478836362320c30a5d7d6f7c2af906736cf42b2 Mon Sep 17 00:00:00 2001 From: mattf Date: Tue, 14 Nov 2017 15:35:28 +0000 Subject: [PATCH] Hide preview call if preview campaign option is disabled git-svn-id: svn://192.168.202.10@2851 3d104415-ff17-0410-8863-d5cf3c621b8a --- www/agc/vicidial.php | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/www/agc/vicidial.php b/www/agc/vicidial.php index 347ffa0b..4a965336 100644 --- a/www/agc/vicidial.php +++ b/www/agc/vicidial.php @@ -568,10 +568,11 @@ # 170923-1336 - Small change to hangup customer process # 171011-1524 - Added webphone_layout options # 171026-0109 - Small change for email queue_log logging +# 171114-1033 - Hide preview call if preview campaign option is disabled # -$version = '2.14-538c'; -$build = '171026-0109'; +$version = '2.14-539c'; +$build = '171114-1033'; $mel=1; # Mysql Error Log enabled = 1 $mysql_log_count=87; $one_mysql_log=0; @@ -19543,8 +19544,12 @@ if ($agent_display_dialable_leads > 0)
                - -                 + 0) + { + echo ""._QXZ("Preview Call")." +                 \n"; + } + ?>