diff --git a/app/destinations/destination_edit.php b/app/destinations/destination_edit.php index caf7151dba..f4e462cbca 100644 --- a/app/destinations/destination_edit.php +++ b/app/destinations/destination_edit.php @@ -628,25 +628,6 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) { echo "\n"; echo "\n"; - echo "\n"; - echo "\n"; - echo " ".$text['label-destination_enabled'].":\n"; - echo "\n"; - echo "\n"; - echo " \n"; - echo "
\n"; - echo $text['description-destination_enabled']."\n"; - echo "\n"; - echo "\n"; - // billing if (file_exists($_SERVER['DOCUMENT_ROOT'].PROJECT_PATH."/app/billings/app_config.php")){ echo "\n"; @@ -671,8 +652,9 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) { echo $text['description-carrier']."\n"; echo "\n"; + if ($action == "add"){ $destination_accountcode=$_SESSION['domain_name'];} } - if ($action == "add"){ $destination_accountcode=$_SESSION['domain_name'];} + echo "\n"; echo "\n"; echo " ".$text['label-accountcode'].":\n"; @@ -683,6 +665,25 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) { echo $text['description-accountcode']."\n"; echo "\n"; + echo "\n"; + echo "\n"; + echo " ".$text['label-destination_enabled'].":\n"; + echo "\n"; + echo "\n"; + echo " \n"; + echo "
\n"; + echo $text['description-destination_enabled']."\n"; + echo "\n"; + echo "\n"; + echo "\n"; echo "\n"; echo " ".$text['label-destination_description'].":\n";