From dcea3f4c66d66bb418434747b2beef55ae9b4f28 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Thu, 6 Jul 2023 16:00:15 +1000 Subject: [PATCH] Fixes for item export --- app/Export/CSV/InvoiceItemExport.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Export/CSV/InvoiceItemExport.php b/app/Export/CSV/InvoiceItemExport.php index b8188ba051d9..1f82c3407da8 100644 --- a/app/Export/CSV/InvoiceItemExport.php +++ b/app/Export/CSV/InvoiceItemExport.php @@ -146,7 +146,6 @@ class InvoiceItemExport extends BaseExport foreach ($invoice->line_items as $item) { $item_array = []; - nlog($this->input['report_keys']); foreach (array_values($this->input['report_keys']) as $key) { //items iterator produces item array