mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fixes for SEPA EPC QR Codes
This commit is contained in:
parent
c638670d88
commit
dc5d4f0388
@ -76,7 +76,7 @@ class EpcQrGenerator
|
|||||||
$this->formatMoney($this->amount),
|
$this->formatMoney($this->amount),
|
||||||
$this->sepa['purpose'],
|
$this->sepa['purpose'],
|
||||||
substr($this->invoice->number,0,34),
|
substr($this->invoice->number,0,34),
|
||||||
substr($this->invoice->public_notes,0,139),
|
'',
|
||||||
''
|
''
|
||||||
)), "\n");
|
)), "\n");
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user