Fix set zona in fase di aggiunta sede

This commit is contained in:
MatteoPistorello 2023-02-27 17:57:58 +01:00
parent 6d666ab794
commit 9f096c755e
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ switch ($operazione) {
'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();