Fix Missing first row on interface export, started adding escape parameters to fputcsv to satisfy php 8.4 Depracations and fixed export all quotes

This commit is contained in:
johnnyq
2025-09-09 16:54:18 -04:00
parent 88475a2b76
commit d4167f9595
5 changed files with 34 additions and 21 deletions

View File

@@ -1929,6 +1929,8 @@ if (isset($_POST['set_recurring_payment'])) {
}
if (isset($_POST['export_invoices_csv'])) {
enforceUserPermission('module_sales');
if (isset($_POST['client_id'])) {
$client_id = intval($_POST['client_id']);