Fix stile

This commit is contained in:
loviuz 2019-12-24 12:36:35 +01:00
parent 7fefe724c0
commit d14dfddb29
2 changed files with 10 additions and 13 deletions

View File

@ -67,7 +67,6 @@ switch (post('op')) {
}
break;
// Apertura bilancio
case 'apri-bilancio':
// Eliminazione eventuali movimenti di apertura fatti finora
@ -119,7 +118,6 @@ switch (post('op')) {
break;
// Chiusura bilancio
case 'chiudi-bilancio':
// Eliminazione eventuali movimenti di chiusura fatti finora

View File

@ -272,7 +272,6 @@ foreach ($primo_livello as $conto_primo) {
</table>';
}
// Verifico se è già stata eseguita l'apertura bilancio
$bilancio_gia_chiuso = $dbo->fetchNum('SELECT id FROM co_movimenti WHERE is_chiusura=1 AND data BETWEEN '.prepare($_SESSION['period_start']).' AND '.prepare($_SESSION['period_end']));