From dc5d4f03880da10249b97993a8d658dc9afd2429 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Wed, 23 Nov 2022 22:21:12 +1100 Subject: [PATCH] Fixes for SEPA EPC QR Codes --- app/Helpers/Epc/EpcQrGenerator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Helpers/Epc/EpcQrGenerator.php b/app/Helpers/Epc/EpcQrGenerator.php index d308f7188ba9..1bfbff2f956b 100644 --- a/app/Helpers/Epc/EpcQrGenerator.php +++ b/app/Helpers/Epc/EpcQrGenerator.php @@ -76,7 +76,7 @@ class EpcQrGenerator $this->formatMoney($this->amount), $this->sepa['purpose'], substr($this->invoice->number,0,34), - substr($this->invoice->public_notes,0,139), + '', '' )), "\n");