From bcb4558f8bb1cabaf1205f97c8b38c9f1202c635 Mon Sep 17 00:00:00 2001 From: markjcrane Date: Fri, 31 Jul 2015 09:02:26 -0600 Subject: [PATCH] Allow 0 to be set for numbers for Call Center Queues. --- app/call_center/call_center_queue_edit.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/call_center/call_center_queue_edit.php b/app/call_center/call_center_queue_edit.php index 497bb9fa19..f183a65fef 100644 --- a/app/call_center/call_center_queue_edit.php +++ b/app/call_center/call_center_queue_edit.php @@ -793,7 +793,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { echo " ".$text['label-max_wait_time_with_no_agent']."\n"; echo "\n"; echo "\n"; - echo " \n"; + echo " \n"; echo "
\n"; echo $text['description-max_wait_time_with_no_agent']."\n"; echo "\n"; @@ -804,7 +804,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { echo " ".$text['label-max_wait_time_with_no_agent_time_reached']."\n"; echo "\n"; echo "\n"; - echo " \n"; + echo " \n"; echo "
\n"; echo $text['description-max_wait_time_with_no_agent_time_reached']."\n"; echo "\n"; @@ -851,7 +851,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { echo " ".$text['label-tier_rule_wait_second']."\n"; echo "\n"; echo "\n"; - echo " \n"; + echo " \n"; echo "
\n"; echo $text['description-tier_rule_wait_second']."\n"; echo "\n"; @@ -910,7 +910,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { echo " ".$text['label-discard_abandoned_after']."\n"; echo "\n"; echo "\n"; - echo " \n"; + echo " \n"; echo "
\n"; echo $text['description-discard_abandoned_after']."\n"; echo "\n";