Fix Export Clients removed extra space in delimiter

This commit is contained in:
johnnyq 2023-08-18 17:37:01 -04:00
parent 4a36efce38
commit 258287ae0c
1 changed files with 1 additions and 1 deletions

View File

@ -304,7 +304,7 @@ if (isset($_POST['export_clients_csv'])) {
");
if ($sql->num_rows > 0) {
$delimiter = ", ";
$delimiter = ",";
$filename = $session_company_name . "-Clients-" . date('Y-m-d') . ".csv";
//create a file pointer