Compare commits
2 Commits
bac841c3fa
...
c3c77fa737
| Author | SHA1 | Date | |
|---|---|---|---|
| c3c77fa737 | |||
|
|
d9f531fbc6 |
@@ -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