mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-06 17:13:03 +01:00
Maxi clean of code
This commit is contained in:
@@ -76,7 +76,7 @@ if ($action == 'updateMask')
|
||||
}
|
||||
} elseif ($action == 'set_param')
|
||||
{
|
||||
$freetext = GETPOST('RECEPTION_FREE_TEXT', 'none'); // No alpha here, we want exact string
|
||||
$freetext = GETPOST('RECEPTION_FREE_TEXT', 'restricthtml'); // No alpha here, we want exact string
|
||||
$res = dolibarr_set_const($db, "RECEPTION_FREE_TEXT", $freetext, 'chaine', 0, '', $conf->entity);
|
||||
if ($res <= 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user