Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
snipe committed Nov 14, 2024
2 parents 5381c4e + 09b7db5 commit caf9274
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions app/Models/Labels/Tapes/Dymo/LabelWriter_1933081.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,7 @@ public function write($pdf, $record) {
);
$currentX += $barcodeSize + self::BARCODE_MARGIN;
$usableWidth -= $barcodeSize + self::BARCODE_MARGIN;
} else {
static::writeText(
$pdf, $record->get('tag'),
$pa->x1, $pa->y2 - self::TAG_SIZE,
'freesans', 'b', self::TAG_SIZE, 'R',
$usableWidth, self::TAG_SIZE, true, 0
);
}
}

if ($record->has('title')) {
static::writeText(
Expand Down

0 comments on commit caf9274

Please sign in to comment.