Skip to content

Commit 3239aac

Browse files
committed
fix: aggiunta stato ddt
1 parent d7442b2 commit 3239aac

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

modules/stati_ddt/actions.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,11 @@
5959
} else {
6060
$stato = Stato::build($descrizione, $icona, $colore, $is_bloccato, $is_fatturabile);
6161
$id_record = $dbo->lastInsertedID();
62+
$stato->setTranslation('title', $descrizione);
6263
flash()->info(tr('Nuovo stato DDT aggiunto.'));
6364
}
6465

66+
6567
break;
6668

6769
case 'delete':

0 commit comments

Comments
 (0)