Task #1249 - Recherche dans CUSTOMER , SUPPLIER

#1249 : avoir un champs pour recherche
This commit is contained in:
Dany De Bontridder 2015-12-13 23:29:06 +01:00
parent dbc0c3b280
commit f7b180b621
7 changed files with 23 additions and 10 deletions

View file

@ -74,7 +74,8 @@ if ($low_action == "list")
<?php
echo dossier::hidden();
$a = (isset($_GET['query'])) ? $_GET['query'] : "";
printf(_('Cherche') . HtmlInput::filter_table("contact_tb", "0,1,2,3,4,5,6", 1));
echo _("Cherche ").HtmlInput::filter_table_form("contact_tb", '0,1,2,3,4,5,6', 1,"query",$a);
$sel_card = new ISelect('cat');
$sel_card->value = $cn->make_array('select fd_id, fd_label from fiche_def ' .
' where frd_id=' . FICHE_TYPE_CONTACT .