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