diff --git a/include/common/importa.php b/include/common/importa.php index acdd82ebe..afca32481 100755 --- a/include/common/importa.php +++ b/include/common/importa.php @@ -45,7 +45,7 @@ $id_iva = $id_iva ?: setting('Iva predefinita'); $righe_totali = $documento->getRighe(); -$id_module_interventi = (new Module())->getByField('title', 'Interventi', Models\Locale::getPredefined()->id); +$id_module_interventi = (new Module())->getByField('title', 'Attività', Models\Locale::getPredefined()->id); $id_module_ordini_f = (new Module())->getByField('title', 'Ordini fornitore', Models\Locale::getPredefined()->id); if ($final_module->id == $id_module_interventi) { $righe = $righe_totali->where('is_descrizione', '=', 0) diff --git a/modules/anagrafiche/buttons.php b/modules/anagrafiche/buttons.php index 872da1aca..aa1ab270c 100755 --- a/modules/anagrafiche/buttons.php +++ b/modules/anagrafiche/buttons.php @@ -38,7 +38,7 @@ if (in_array($id_cliente, $tipi_anagrafica) or in_array($id_fornitore, $tipi_ana if (in_array($id_cliente, $tipi_anagrafica)) { echo ' -
  • '.tr('Nuova attività').' +
  • '.tr('Nuova attività').'
  • '.tr('Nuovo preventivo').' diff --git a/modules/anagrafiche/plugins/allegati.php b/modules/anagrafiche/plugins/allegati.php index 11c0dd10f..b9169d23c 100755 --- a/modules/anagrafiche/plugins/allegati.php +++ b/modules/anagrafiche/plugins/allegati.php @@ -60,8 +60,8 @@ if (empty($_GET['visualizza_allegati'])) { } // Interventi dell'anagrafica - if ($user->is_admin || in_array((new Module())->getByField('title', 'Interventi', Models\Locale::getPredefined()->id), $permessi)) { - $interventi = $dbo->fetcharray('SELECT '.prepare((new Module())->getByField('title', 'Interventi', Models\Locale::getPredefined()->id))." AS id_module, `id` AS id_record, CONCAT('Intervento num. ',codice,' del ',DATE_FORMAT(`data_richiesta`,'%d/%m/%Y')) AS descrizione FROM `in_interventi` WHERE `idanagrafica`=".prepare($id_record)); + if ($user->is_admin || in_array((new Module())->getByField('title', 'Attività', Models\Locale::getPredefined()->id), $permessi)) { + $interventi = $dbo->fetcharray('SELECT '.prepare((new Module())->getByField('title', 'Attività', Models\Locale::getPredefined()->id))." AS id_module, `id` AS id_record, CONCAT('Intervento num. ',codice,' del ',DATE_FORMAT(`data_richiesta`,'%d/%m/%Y')) AS descrizione FROM `in_interventi` WHERE `idanagrafica`=".prepare($id_record)); $documenti = array_merge($documenti, $interventi); } diff --git a/modules/dashboard/ajax.php b/modules/dashboard/ajax.php index 6ba64cbf9..3a4c11e18 100644 --- a/modules/dashboard/ajax.php +++ b/modules/dashboard/ajax.php @@ -20,7 +20,7 @@ include_once __DIR__.'/../../core.php'; use Models\Module; -$modulo_interventi = Module::find((new Module())->getByField('title', 'Interventi', Models\Locale::getPredefined()->id)); +$modulo_interventi = Module::find((new Module())->getByField('title', 'Attività', Models\Locale::getPredefined()->id)); $modulo_preventivi = Module::find((new Module())->getByField('title', 'Preventivi', Models\Locale::getPredefined()->id)); $modulo_eventi = Module::find((new Module())->getByField('title', 'Eventi', Models\Locale::getPredefined()->id)); diff --git a/modules/dashboard/edit.php b/modules/dashboard/edit.php index 10ab56ddb..25e739e88 100755 --- a/modules/dashboard/edit.php +++ b/modules/dashboard/edit.php @@ -390,7 +390,7 @@ foreach ($days as $key => $day) { } } -$modulo_interventi = Module::find((new Module())->getByField('title', 'Interventi', Models\Locale::getPredefined()->id)); +$modulo_interventi = Module::find((new Module())->getByField('title', 'Attività', Models\Locale::getPredefined()->id)); echo '