forked from Wavyzz/dolibarr
Update list.php
This commit is contained in:
committed by
GitHub
parent
7054f90d76
commit
f7323cd7bf
@@ -103,7 +103,7 @@ if (!$sortfield) {
|
||||
$sall = trim((GETPOST('search_all', 'alphanohtml') != '') ? GETPOST('search_all', 'alphanohtml') : GETPOST('sall', 'alphanohtml'));
|
||||
|
||||
$search_ref = GETPOST('search_ref', 'alpha');
|
||||
$search_user = GETPOST('search_user', 'int');
|
||||
$search_user = GETPOST('search_user', 'intcomma');
|
||||
$search_amount_ht = GETPOST('search_amount_ht', 'alpha');
|
||||
$search_amount_vat = GETPOST('search_amount_vat', 'alpha');
|
||||
$search_amount_ttc = GETPOST('search_amount_ttc', 'alpha');
|
||||
|
||||
Reference in New Issue
Block a user