mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-03 09:17:37 +01:00
Update actions.php
This commit is contained in:
parent
ed96f1ed28
commit
76fdda1bc0
@ -21,7 +21,7 @@ switch ($operazione) {
|
|||||||
'telefono' => post('telefono'),
|
'telefono' => post('telefono'),
|
||||||
'email' => post('email'),
|
'email' => post('email'),
|
||||||
'id_nazione' => !empty(post('id_nazione')) ? post('id_nazione') : null,
|
'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();
|
$id_record = $dbo->lastInsertedID();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user