From b4f2dde9dee069d006531ab500ba7dd4350c004f Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Mon, 9 Mar 2015 19:35:35 +0000 Subject: [PATCH] Time condition remove the break never on the destination_number. --- app/time_conditions/time_condition_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/time_conditions/time_condition_edit.php b/app/time_conditions/time_condition_edit.php index 4ddbc97dcb..c8ab71daa0 100644 --- a/app/time_conditions/time_condition_edit.php +++ b/app/time_conditions/time_condition_edit.php @@ -274,7 +274,7 @@ require_once "resources/header.php"; $sql .= "'condition', "; $sql .= "'destination_number', "; $sql .= "'^".$dialplan_number."$', "; - $sql .= "'never', "; + $sql .= "null, "; $sql .= "null, "; $sql .= "'".$dialplan_detail_group."', "; $sql .= "'".$dialplan_detail_order."' ";