Update card.php

This commit is contained in:
ptibogxiv 2019-01-18 11:28:29 +01:00 committed by GitHub
parent af03f108a1
commit 09567ebaaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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');