mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-01-23 20:30:51 +01:00
Update actions.php
This commit is contained in:
parent
ed96f1ed28
commit
76fdda1bc0
@ -21,7 +21,7 @@ switch ($operazione) {
|
||||
'telefono' => post('telefono'),
|
||||
'email' => post('email'),
|
||||
'id_nazione' => !empty(post('id_nazione')) ? post('id_nazione') : null,
|
||||
'idzona' => post('idzona'),
|
||||
'idzona' => !empty(post('id_zona')) ? post('id_zona') : 0,
|
||||
]);
|
||||
$id_record = $dbo->lastInsertedID();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user