From 90bd6e1eebab004ceb3a0c4650fc9f0efa7856c7 Mon Sep 17 00:00:00 2001 From: Flavio Barachino Date: Fri, 26 Sep 2025 08:34:40 +0200 Subject: [PATCH] Rimosso menu importazione CR e ING --- config/adminlte.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/adminlte.php b/config/adminlte.php index 7a8a6d3..ef5904d 100644 --- a/config/adminlte.php +++ b/config/adminlte.php @@ -375,14 +375,14 @@ return [ 'text' => 'Esporta tutti i movimenti', 'route' => 'export', ], - [ + /*[ 'text' => 'Importa Estratto conto ING', 'route' => 'importING', ], [ 'text' => 'Importa Estratto conto Cassa Rurale', 'route' => 'importCR', - ], + ],*/ [ 'text' => 'Importa Generic CSV', 'route' => 'importGen',