diff --git a/html/js/infobulle.js b/html/js/infobulle.js index 024aa46ef..efe846995 100644 --- a/html/js/infobulle.js +++ b/html/js/infobulle.js @@ -53,6 +53,7 @@ content[22]="Donnez une partie du nom du dossier,du nom, du prénom ou du login content[23]="Donnez une partie du nom du dossier ou de la description pour filtrer"; content[24]="Donnez une partie du poste comptable ou du libellé pour filtrer"; content[25]="Donnez une partie du libellé, la date, le montant ou le numéro d'opération pour filtrer, cela n'efface pas ce qui a déjà été sélectionné"; +content[26]="Donnez une partie du quickcode, nom, description... pour filtrer"; function showBulle(p_ctl) { diff --git a/include/ajax_boxcard_search.php b/include/ajax_boxcard_search.php index 6942413f2..a9e775586 100644 --- a/include/ajax_boxcard_search.php +++ b/include/ajax_boxcard_search.php @@ -27,7 +27,7 @@ * */ $sql=" - select distinct vw.f_id,vw_name,vw_first_name,vw_description,fd_label,quick_code,tva_num + select distinct vw.f_id,vw_name,vw_first_name,vw_description,fd_label,quick_code,tva_num,(select ad_value from fiche_Detail where f_id=pc.f_id and ad_id=5) as poste from vw_fiche_attr as vw join fiche_def as fd on (vw.fd_id=fd.fd_id) left join fiche_detail as pc on (pc.f_id=vw.f_id) @@ -43,15 +43,15 @@ $max=(count($array)>MAX_CARD_SEARCH)?MAX_CARD_SEARCH:count($array);

Résultat limité à , nombre de fiches trouvées :

-Filtre . - +Filtre +
- - @@ -100,4 +100,4 @@ Filtre .
- Quick Code + Quick Code + Nom +  ▾ Categorie @@ -91,8 +91,8 @@ Filtre . - - + +
- \ No newline at end of file +