From 1e0baff8cd79e54225f9d657783ceec87ba2a7f2 Mon Sep 17 00:00:00 2001 From: Michael RICOIS Date: Tue, 6 Feb 2018 14:47:52 +0100 Subject: [PATCH] https --- modules/stats_logistic/AdminStatsLogistic.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/modules/stats_logistic/AdminStatsLogistic.php b/modules/stats_logistic/AdminStatsLogistic.php index c49abf76..35c55fa4 100755 --- a/modules/stats_logistic/AdminStatsLogistic.php +++ b/modules/stats_logistic/AdminStatsLogistic.php @@ -236,7 +236,9 @@ class AdminStatsLogistic extends AdminTab if ($result) { $fname = 'export-remb-'.$this->date_export_begin.'-'.$this->date_export_end.'.csv'; $this->exportCSV($result, $fname); - echo '

'.$this->l('Export complete.').' '.$this->l('Click here to download the file').'

'; + echo '

'.$this->l('Export complete.'). + ' '. + $this->l('Click here to download the file').'

'; } else { echo '

'.$this->l('No result for these dates.').'

'; } @@ -597,7 +599,7 @@ class AdminStatsLogistic extends AdminTab echo '

Export Remboursements

Exporter le détail des ventes dont la date de début est comprise entre :

-
' + ' .'' .'' .''