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