Skip to content

Commit 09b7db5

Browse files
committed
Additional fix for #15817
Signed-off-by: snipe <[email protected]>
1 parent add3edb commit 09b7db5

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

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

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,7 @@ 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-
);
59-
}
52+
}
6053

6154
if ($record->has('title')) {
6255
static::writeText(

0 commit comments

Comments
 (0)