projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9d122f
)
Swiss QR-Bill: QrBill.pm: Ändere Parameter für Imager::QRCode Instanziierung
author
Steven Schubiger
<stsc@refcnt.org>
Thu, 13 Jan 2022 14:48:11 +0000
(15:48 +0100)
committer
Cem Aydin
<cem.aydin@gmx.ch>
Wed, 19 Jan 2022 22:18:48 +0000
(23:18 +0100)
SL/Helper/QrBill.pm
patch
|
blob
|
history
diff --git
a/SL/Helper/QrBill.pm
b/SL/Helper/QrBill.pm
index
7df8ff0
..
db9ab5d
100644
(file)
--- a/
SL/Helper/QrBill.pm
+++ b/
SL/Helper/QrBill.pm
@@
-117,8
+117,8
@@
sub _qrcode {
my $self = shift;
return Imager::QRCode->new(
- size =>
3
,
- margin =>
1
,
+ size =>
4
,
+ margin =>
0
,
level => 'M',
);
}