PaymentStates fix

This commit is contained in:
Michał Zieliński
2025-08-26 10:27:51 +02:00
parent d1ed3b92a5
commit 3548ed7b26
2 changed files with 401 additions and 709 deletions

View File

@@ -507,9 +507,9 @@ ORDER BY i.register_date DESC;
$result = exportToCSVFile($res, $fullpath, $headers, ';', true);
if ($result['ok']) {
$report[] = "OK → {$result['path']} (wiersze: {$result['rows']}) <br/>";
$report[] = "OK → {$result['path']} (wiersze: {$result['rows']})".PHP_EOL;
} else {
$report[] = "ERR → {$result['path']} ({$result['error']}) <br/>";
$report[] = "ERR → {$result['path']} ({$result['error']})".PHP_EOL;;
}
}

File diff suppressed because it is too large Load Diff