2892-Remove Create by template, from description

This commit is contained in:
Pablo Aragon 2023-04-26 12:26:37 +02:00
parent 3a318436a9
commit d346244004
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ if (isset($_POST['template_id']) === true) {
$values = [
'id_agente' => $id_agente,
'id_tipo_modulo' => $row2['type'],
'descripcion' => __('Created by template ').$name_template.' . '.$row2['description'],
'descripcion' => $row2['description'],
'max' => $row2['max'],
'min' => $row2['min'],
'module_interval' => $row2['module_interval'],