Skip to content

Commit

Permalink
Merge pull request #1010 from marcosgdf/bug-908
Browse files Browse the repository at this point in the history
Fix: [bug #908] Erreur lors de la configuration du module
  • Loading branch information
eldy committed Jun 2, 2013
2 parents b75893b + 7b20757 commit 25e8b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/admin/supplier_order.php
Expand Up @@ -55,7 +55,7 @@
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);

Expand Down

0 comments on commit 25e8b39

Please sign in to comment.