Skip to content

Commit 23038ab

Browse files
committed
removes tag if qr code is not present
1 parent c093b45 commit 23038ab

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

app/Models/Labels/Tapes/Dymo/LabelWriter_1933081.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,6 @@ public function write($pdf, $record) {
4949
);
5050
$currentX += $barcodeSize + self::BARCODE_MARGIN;
5151
$usableWidth -= $barcodeSize + self::BARCODE_MARGIN;
52-
} else {
53-
static::writeText(
54-
$pdf, $record->get('tag'),
55-
$pa->x1, $pa->y2 - self::TAG_SIZE,
56-
'freesans', 'b', self::TAG_SIZE, 'R',
57-
$usableWidth, self::TAG_SIZE, true, 0
58-
);
5952
}
6053

6154
if ($record->has('title')) {

0 commit comments

Comments
 (0)