add export CSV to ANC grand livre, missing buttons
This commit is contained in:
parent
dfe59ee4e7
commit
73fe3de6c4
1 changed files with 2 additions and 0 deletions
|
|
@ -9,6 +9,8 @@ echo '<p>' . HtmlInput::submit('Recherche', 'Recherche') . '</p>';
|
|||
echo '</form>';
|
||||
if (isset($_GET['result']))
|
||||
{
|
||||
echo $gl->display_form();
|
||||
echo $gl->display_html();
|
||||
echo $gl->display_form();
|
||||
}
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue