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,8 +74,8 @@ if ($low_action == "list")
<?php
echo '<h2>' . "Exercice " . $g_user->get_exercice() . '</h2>';
$a=(isset($_GET['query']))?$_GET['query']:"";
printf (_('Recherche').' <input class="input_text" type="text" name="query" value="%s">',
$a);
echo _("Cherche ").HtmlInput::filter_table_form("tiers_tb", '0,1,2', 1,"query",$a);
$choice_cat=HtmlInput::default_value_request("choice_cat", 1);
if ( $choice_cat == 1 )