Additional fix for #15817

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2024-11-14 20:57:09 +00:00
parent add3edba20
commit 09b7db5103

View file

@ -49,14 +49,7 @@ class LabelWriter_1933081 extends LabelWriter
);
$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(