Fix: [bug #908] Erreur lors de la configuration du module
This commit is contained in:
parent
67a6313487
commit
7b20757449
@ -55,7 +55,7 @@ $specimenthirdparty->initAsSpecimen();
|
|||||||
if ($action == 'updateMask')
|
if ($action == 'updateMask')
|
||||||
{
|
{
|
||||||
$maskconstorder=GETPOST('maskconstorder','alpha');
|
$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);
|
if ($maskconstorder) $res = dolibarr_set_const($db,$maskconstorder,$maskvalue,'chaine',0,'',$conf->entity);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user