Skip to content

Commit 87115f2

Browse files
authored
Merge branch 'develop' into bug/sc-29151
2 parents 916f740 + 6b56929 commit 87115f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/Models/Labels/Sheets/Avery/L7162_B.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public function write($pdf, $record) {
5555
$pdf, $record->get('logo'),
5656
$pa->x1, $pa->y1,
5757
self::LOGO_MAX_WIDTH, $usableHeight,
58-
'L', 'T', 300, true, false, 0.1
58+
'L', 'T', 300, true, false, 0
5959
);
6060
$currentX += $logoSize[0] + self::LOGO_MARGIN;
6161
$usableWidth -= $logoSize[0] + self::LOGO_MARGIN;
@@ -100,4 +100,4 @@ public function write($pdf, $record) {
100100
}
101101

102102

103-
?>
103+
?>

0 commit comments

Comments
 (0)