Skip to content

Commit 8913169

Browse files
fix: creazione segmento valorizzando name
1 parent a98c5c9 commit 8913169

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

modules/segmenti/actions.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@
9292
'note' => post('note'),
9393
'predefined' => $predefined ?: 0,
9494
'is_sezionale' => post('is_sezionale_add'),
95+
'name' => post('name')
9596
]);
9697

9798
$id_record = $dbo->lastInsertedID();

0 commit comments

Comments
 (0)