diff --git a/modules/interventi/bulk.php b/modules/interventi/bulk.php index 79fe07092..63e9cb689 100755 --- a/modules/interventi/bulk.php +++ b/modules/interventi/bulk.php @@ -239,7 +239,8 @@ switch (post('op')) { // Calcolo del nuovo codice sulla base della data di richiesta $new->codice = Intervento::getNextCodice($data_richiesta, $new->id_segment); - + $new->firma_file = ''; + $new->firma_data = ''; $new->save(); $id_record = $new->id; @@ -317,6 +318,7 @@ switch (post('op')) { flash()->info(tr('Attività duplicate correttamente!')); + break; case 'delete-bulk':