start clean indent in compta directory

This commit is contained in:
Frédéric FRANCE 2019-10-26 14:51:57 +02:00
parent 79825e2193
commit c44425d0a0
No known key found for this signature in database
GPG Key ID: 06809324E4B2ABC1

View File

@ -109,7 +109,8 @@ if (! empty($search_company))
if (! empty($contactname)) // acces a partir du module de recherche
{
$sql.= " AND (p.name LIKE '%".$db->escape($contactname)."%' OR lower(p.firstname) LIKE '%".$db->escape($contactname)."%') ";
$sortf$sortorder = "ASC";
$sortfield = "p.name";
$sortorder = "ASC";
}
$sql.= $db->order($sortfield, $sortorder);