mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fixes the reference field to be filled when scanning QR code with banking apps
This commit is contained in:
parent
d147bca2e8
commit
7c3917e8da
@ -86,7 +86,7 @@ class EpcQrGenerator
|
|||||||
$this->sepa['purpose'],
|
$this->sepa['purpose'],
|
||||||
substr($this->invoice->number, 0, 34),
|
substr($this->invoice->number, 0, 34),
|
||||||
'',
|
'',
|
||||||
''
|
' '
|
||||||
]), "\n");
|
]), "\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user