remove qr codes
This commit is contained in:
@@ -191,9 +191,9 @@ else $detail->ss->assign("SEND_XML",0);
|
||||
|
||||
//add mz 2014-12-09
|
||||
//QR CODE
|
||||
require_once 'phpqrcode/phpqrcode.php';
|
||||
QRcode::png($this->bean->code.', '.$this->bean->name.' ['.$this->bean->id.']', 'modules/EcmProducts/QRcodes/'.$this->bean->id.'.png', QR_ECLEVEL_L, 4,10);
|
||||
$detail->ss->assign("QRCODE", '<img src="modules/EcmProducts/QRcodes/'.$this->bean->id.'.png"/>');
|
||||
//require_once 'phpqrcode/phpqrcode.php';
|
||||
//QRcode::png($this->bean->code.', '.$this->bean->name.' ['.$this->bean->id.']', 'modules/EcmProducts/QRcodes/'.$this->bean->id.'.png', QR_ECLEVEL_L, 4,10);
|
||||
$detail->ss->assign("QRCODE", 'Kody QR tymczasowo wyłączone.');
|
||||
//end mz
|
||||
/*
|
||||
$desc='';
|
||||
|
||||
Reference in New Issue
Block a user