From 196eb3a55b5490cd0f90cc0d89f7b46d86e9ebfa Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Wed, 2 Jul 2014 06:42:43 +0000 Subject: [PATCH] Change the dialplan detail order so that it starts with 10 instead of 0 --- app/destinations/destination_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/destinations/destination_edit.php b/app/destinations/destination_edit.php index 17e233e68e..4379e27754 100644 --- a/app/destinations/destination_edit.php +++ b/app/destinations/destination_edit.php @@ -177,7 +177,7 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) { $dialplan["dialplan_enabled"] = $destination_enabled; $dialplan["dialplan_description"] = $destination_description; - $dialplan_detail_order = 0; + $dialplan_detail_order = 10; if (strlen($dialplan_uuid) == 0) { //add the public condition $y = 0;