diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index f338a3c3..8f16ca38 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -47,16 +47,18 @@ class Kernel extends ConsoleKernel $schedule->command('product:updateqta')->everyFiveMinutes()->between('8:00', '00:00')->withoutOverlapping()->before(function () { Log::info('Running product:updateqta command'); }); - $schedule->command('product:startday') + /*$schedule->command('product:startday') ->daily()->at('08:00') ->before(function () { Log::info('Running product:startday command'); }); + // Pianifica l'esecuzione del comando ogni giorno a mezzanotte $schedule->command('fix:storage-permissions')->everyFiveMinutes()->before(function () { Log::info('Running fix:storage-permissions'); }); + */ } /** diff --git a/app/CustomFuncPao.php b/app/CustomFuncPao.php index 63b8c972..59f82cac 100644 --- a/app/CustomFuncPao.php +++ b/app/CustomFuncPao.php @@ -586,7 +586,7 @@ function setOrdine($idinternet, $mode) $str = "setOrdine: mode =" . $mode . ' idinternet=' . $idinternet; - $str .= getAllTablesStr(); + // $str .= getAllTablesStr(); $str .= getStructTable('T_WOO_TestateOrdini');