Skip to content

Commit

Permalink
Fix set zona in fase di aggiunta sede
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoPistorello committed Feb 27, 2023
1 parent 6d666ab commit 9f096c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/sedi/actions.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
'telefono' => post('telefono'),
'email' => post('email'),
'id_nazione' => !empty(post('id_nazione')) ? post('id_nazione') : null,
'idzona' => !empty(post('id_zona')) ? post('id_zona') : 0,
'idzona' => !empty(post('idzona')) ? post('idzona') : 0,
'enable_newsletter' => empty($opt_out_newsletter),
]);
$id_record = $dbo->lastInsertedID();
Expand Down

0 comments on commit 9f096c7

Please sign in to comment.