mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Move domain upgrade into the domain class and upgrade_schema into the schema class
This commit is contained in:
@@ -152,7 +152,6 @@
|
||||
$text['description-monthly_price']['pt-pt'] = "Digite o preço mensal de conta para este destino (somente quando entrada)";
|
||||
$text['description-monthly_price']['fr-fr'] = "Entrez prix mensuel de projet de loi pour cette destination (uniquement lorsque entrant)";
|
||||
|
||||
|
||||
$text['label-accountcode']['en-us'] = "Account code";
|
||||
$text['label-accountcode']['es-cl'] = "Código de cuenta";
|
||||
$text['label-accountcode']['pt-pt'] = "Codigo de cuenta";
|
||||
@@ -163,7 +162,6 @@
|
||||
$text['description-accountcode']['pt-pt'] = "";
|
||||
$text['description-accountcode']['fr-fr'] = "Entrez nom de client. Il est utilisé en casu ou vous utilisez le billing";
|
||||
|
||||
|
||||
$text['label-carrier']['en-us'] = "Carrier name";
|
||||
$text['label-carrier']['es-cl'] = "Nombre del carrier";
|
||||
$text['label-carrier']['pt-pt'] = "Nombre del carrier";
|
||||
|
||||
@@ -103,7 +103,7 @@ require_once "resources/paging.php";
|
||||
}
|
||||
|
||||
if (permission_exists("inbound_route_advanced") && $action == "advanced") {
|
||||
//Allow users with group advanced control, not always superadmin. You may change this in group permitions
|
||||
//allow users with group advanced control, not always superadmin. You may change this in group permissions
|
||||
}
|
||||
else {
|
||||
if (strlen($condition_field_1) == 0) { $condition_field_1 = "destination_number"; }
|
||||
|
||||
Reference in New Issue
Block a user