Merge pull request #1010 from marcosgdf/bug-908
Fix: [bug #908] Erreur lors de la configuration du module
This commit is contained in:
commit
25e8b39ca8
@ -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);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user