mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Merge pull request #7936 from turbo124/v5-develop
Cleanup for SEPA QR Codes
This commit is contained in:
commit
3132fadffb
@ -49,8 +49,6 @@ class EpcQrGenerator
|
|||||||
|
|
||||||
$qr = $writer->writeString($this->encodeMessage());
|
$qr = $writer->writeString($this->encodeMessage());
|
||||||
|
|
||||||
nlog($qr);
|
|
||||||
|
|
||||||
return "<svg viewBox='0 0 200 200' width='200' height='200' x='0' y='0' xmlns='http://www.w3.org/2000/svg'>
|
return "<svg viewBox='0 0 200 200' width='200' height='200' x='0' y='0' xmlns='http://www.w3.org/2000/svg'>
|
||||||
<rect x='0' y='0' width='100%'' height='100%' />{$qr}</svg>";
|
<rect x='0' y='0' width='100%'' height='100%' />{$qr}</svg>";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user