Improve : Quick filter on history

This commit is contained in:
sparkyx 2020-10-13 18:40:11 +02:00
parent 56a17d5aad
commit 259b3f4851
2 changed files with 2 additions and 1 deletions

View file

@ -763,7 +763,7 @@ class Acc_Ledger_Search
return array(0, _("Aucun enregistrement trouvé"));
}
$r.='<table class="result">';
$r.='<table class="result" id="history_operation_t">';
$r.="<tr >";

View file

@ -119,6 +119,7 @@ $bar = navigation_bar($offset, $max_line, $step, $page);
echo $msg;
echo $Ledger->display_search_form();
echo HtmlInput::filter_table('history_operation_t', '0,1,2,3,4,5,6,7', 1);
echo $bar;
echo '<form method="GET" id="fpaida" class="print">';
echo HtmlInput::hidden("ac", $http->request('ac'));