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