Update card.php
This commit is contained in:
parent
af03f108a1
commit
09567ebaaf
@ -154,7 +154,7 @@ if ($action == 'add')
|
||||
|
||||
if (! $error)
|
||||
{
|
||||
$object->fk_soc = GETPOST("fk_soc",'int');
|
||||
$object->fk_soc = GETPOST("fk_soc",'int');
|
||||
$object->firstname = GETPOST("firstname",'alpha');
|
||||
$object->lastname = GETPOST("lastname",'alpha');
|
||||
$object->societe = GETPOST("societe",'alpha');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user