Improve : Quick filter on history
This commit is contained in:
parent
56a17d5aad
commit
259b3f4851
2 changed files with 2 additions and 1 deletions
|
|
@ -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 >";
|
||||
|
|
|
|||
|
|
@ -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'));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue