mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-03-17 15:49:00 +01:00
Automated merge from 22.0 to 23.0 by tool pullmerge.sh
This commit is contained in:
@@ -1204,7 +1204,12 @@ class AccountancyExport
|
||||
|
||||
$tab['end_line'] = $end_line;
|
||||
|
||||
print implode('|', $tab);
|
||||
$output = implode('|', $tab);
|
||||
if ($exportFile) {
|
||||
fwrite($exportFile, $output);
|
||||
} else {
|
||||
print $output;
|
||||
}
|
||||
|
||||
$index++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user