diff --git a/modules/fatture/actions.php b/modules/fatture/actions.php index 33849a1e6..6f8f57707 100755 --- a/modules/fatture/actions.php +++ b/modules/fatture/actions.php @@ -350,7 +350,7 @@ switch (post('op')) { case 'reopen': if (!empty($id_record)) { - $stato = Stato::where('descrizione', 'Bozza')->first(); + $stato = Stato::where('descrizione', 'Emessa')->first(); $fattura->stato()->associate($stato); $fattura->save(); flash()->info(tr('Fattura riaperta!')); diff --git a/modules/fatture/buttons.php b/modules/fatture/buttons.php index b0ff2e5eb..c4990f0a5 100755 --- a/modules/fatture/buttons.php +++ b/modules/fatture/buttons.php @@ -109,7 +109,7 @@ if (!empty($record['is_fiscale'])) { if ($record['stato'] == 'Pagato') { echo ' - '; }