2
0
forked from Wavyzz/dolibarr

Maxi clean of code

This commit is contained in:
Laurent Destailleur
2020-09-18 01:29:17 +02:00
parent fa1d14fc7d
commit c4b5f5a249
109 changed files with 276 additions and 277 deletions

View File

@@ -160,7 +160,7 @@ elseif ($action == 'setdoc')
}
} elseif ($action == 'set_ORDER_FREE_TEXT')
{
$freetext = GETPOST("ORDER_FREE_TEXT", 'none'); // No alpha here, we want exact string
$freetext = GETPOST("ORDER_FREE_TEXT", 'restricthtml'); // No alpha here, we want exact string
$res = dolibarr_set_const($db, "ORDER_FREE_TEXT", $freetext, 'chaine', 0, '', $conf->entity);