Stile del codice

This commit is contained in:
Dasc3er 2021-09-21 11:50:17 +02:00
parent 17d5fd8df3
commit 324607a116
5 changed files with 8 additions and 10 deletions

View File

@ -102,7 +102,6 @@ $operations['export-csv'] = [
],
];
if (App::debug() && $google) {
$operations['ricerca-coordinate'] = [
'text' => '<span><i class="fa fa-map"></i> '.tr('Ricerca coordinate').'</span>',

View File

@ -20,7 +20,6 @@
namespace Modules\Articoli\Export;
use Exporter\CSVExporter;
use Modules\Anagrafiche\Anagrafica;
use Modules\Articoli\Articolo;
/**

View File

@ -74,7 +74,7 @@ echo '
$counter = 0;
while (!empty($id_contratto_precedente) && $counter < 50) {
$counter++;
++$counter;
$rs = $dbo->fetchArray('SELECT nome, numero, data_accettazione, data_conclusione, budget, idcontratto_prev FROM co_contratti WHERE id='.prepare($id_contratto_precedente));
echo '