SCENARIO TEST : rename function CSV2TABLE
This commit is contained in:
parent
6e27a21ea9
commit
03da6c8cdb
3 changed files with 29 additions and 30 deletions
|
|
@ -24,7 +24,8 @@ if (trim($result) != '') {
|
|||
echo p('result failed','class="notice"');
|
||||
}
|
||||
echo h1('Tous les journaux');
|
||||
csv2table($result);
|
||||
|
||||
\Noalyss_Csv::csv2table($result);
|
||||
|
||||
|
||||
echo h1('Achat 01.01.2019 - 31.12.2019');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue