Merge pull request #1010 from marcosgdf/bug-908

Fix: [bug #908] Erreur lors de la configuration du module
This commit is contained in:
Laurent Destailleur 2013-06-02 04:17:48 -07:00
commit 25e8b39ca8

View File

@ -55,7 +55,7 @@ $specimenthirdparty->initAsSpecimen();
if ($action == 'updateMask')
{
$maskconstorder=GETPOST('maskconstorder','alpha');
$maskvalue=GETPOST('maskvalue','alpha');
$maskvalue=GETPOST('maskorder','alpha');
if ($maskconstorder) $res = dolibarr_set_const($db,$maskconstorder,$maskvalue,'chaine',0,'',$conf->entity);