SCENARIO TEST : rename function CSV2TABLE

This commit is contained in:
sparkyx 2024-11-04 23:18:42 +01:00
parent 6e27a21ea9
commit 03da6c8cdb
3 changed files with 29 additions and 30 deletions

View file

@ -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');