diff --git a/modules/viste/fields.php b/modules/viste/fields.php index 1623308a1..05fb17ee8 100755 --- a/modules/viste/fields.php +++ b/modules/viste/fields.php @@ -39,7 +39,7 @@ foreach ($fields as $key => $field) {

'. - $field->getTranslation('name').' '.(new Carbon\Carbon($field->updated_at))->diffForHumans().' + $field->getTranslation('name').' ('.tr('modificato').' '.(new Carbon\Carbon($field->updated_at))->diffForHumans().')

diff --git a/update/2_4_10.php b/update/2_4_10.php index 80328020c..48ce5fcea 100755 --- a/update/2_4_10.php +++ b/update/2_4_10.php @@ -142,7 +142,6 @@ $database->query('ALTER TABLE `in_interventi` DROP INDEX `codice`'); // File e cartelle deprecate $files = [ - 'modules\automezzi', 'modules\anagrafiche\plugins\statistiche.php', 'modules\interventi\src\TipoSessione.php', 'templates\registro_iva\body.php',