Fix set zona in fase di aggiunta sede
This commit is contained in:
parent
6d666ab794
commit
9f096c755e
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue