From c4931201284376d202191438d86d9e162f473839 Mon Sep 17 00:00:00 2001 From: james Date: Thu, 17 Mar 2011 23:16:44 +0000 Subject: [PATCH] INcrease the size of the barcode slightly. --- admin/reports.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/reports.inc.php b/admin/reports.inc.php index 0c581e72..bf24c4e0 100644 --- a/admin/reports.inc.php +++ b/admin/reports.inc.php @@ -822,8 +822,8 @@ foreach($report_stock as $n=>$v) { 'hpadding' => 'auto', 'fgcolor' => array(0,0,0), 'bgcolor' => false, //array(255,255,255) - 'module_width' => 2, // width of a single module in points - 'module_height' => 2 // height of a single module in points + 'module_width' => 3, // width 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'); }