forked from science-ation/science-ation
INcrease the size of the barcode slightly.
This commit is contained in:
parent
047dd2c86f
commit
c493120128
@ -822,8 +822,8 @@ foreach($report_stock as $n=>$v) {
|
|||||||
'hpadding' => 'auto',
|
'hpadding' => 'auto',
|
||||||
'fgcolor' => array(0,0,0),
|
'fgcolor' => array(0,0,0),
|
||||||
'bgcolor' => false, //array(255,255,255)
|
'bgcolor' => false, //array(255,255,255)
|
||||||
'module_width' => 2, // width of a single module in points
|
'module_width' => 3, // width of a single module in points
|
||||||
'module_height' => 2 // height of a single module in points
|
'module_height' => 3 // height of a single module in points
|
||||||
);
|
);
|
||||||
$rep->barcode($v, 'QRCODE,H', $d['x'], $d['y'], $d['w'], $d['h'], $style, 'N');
|
$rep->barcode($v, 'QRCODE,H', $d['x'], $d['y'], $d['w'], $d['h'], $style, 'N');
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user