Chnaged logic for showing qr code based on content #193
@@ -895,7 +895,7 @@ class StickerPdfService
|
|||||||
if (
|
if (
|
||||||
($row->element_type) == 'Dynamic'
|
($row->element_type) == 'Dynamic'
|
||||||
) {
|
) {
|
||||||
$qrContent = $itemCode . '|' . $serNo ?? '';
|
$qrContent = $serNo ?? '';
|
||||||
$pdf->write2DBarcode(
|
$pdf->write2DBarcode(
|
||||||
$qrContent,
|
$qrContent,
|
||||||
'QRCODE,H',
|
'QRCODE,H',
|
||||||
|
|||||||
Reference in New Issue
Block a user