Home
last modified time | relevance | path

Searched refs:search_nom_only (Results 1 – 2 of 2) sorted by relevance

/dports/www/dolibarr/dolibarr-14.0.3/htdocs/societe/
H A Dlist.php70 $search_nom_only = trim(GETPOST("search_nom_only", 'restricthtml')); variable
560 if ($search_nom_only) {
561 $sql .= natural_search("s.nom", $search_nom_only);
1010 if (!empty($search_nom_only) && empty($search_nom)) {
1011 $search_nom = $search_nom_only;
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/societe/
H A Dlist.php69 $search_nom_only = trim(GETPOST("search_nom_only", 'restricthtml')); variable
453 if ($search_nom_only) $sql .= natural_search("s.nom", $search_nom_only);
737 if (!empty($search_nom_only) && empty($search_nom)) $search_nom = $search_nom_only;