From 8e3b90494bcb6bab93862985d21f757546e848ff Mon Sep 17 00:00:00 2001 From: David Bomba Date: Tue, 11 Jan 2022 20:01:03 +1100 Subject: [PATCH] remove logging --- app/Services/Client/Statement.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/Client/Statement.php b/app/Services/Client/Statement.php index 549fec257da0..886579d8a32c 100644 --- a/app/Services/Client/Statement.php +++ b/app/Services/Client/Statement.php @@ -236,7 +236,7 @@ class Statement private function invoiceStatuses() :array { $status = 'all'; -nlog($this->options); + if(array_key_exists('status', $this->options)) $status = $this->options['status'];