Skip to content

Commit d3e6d74

Browse files
committed
typo bonanza
1 parent b558bc5 commit d3e6d74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,10 @@ public function write($pdf, $record)
9898
$fields = $record->get('fields');
9999
$fieldCount = count($fields);
100100

101-
$perFeldHeight = (self::LABEL_SIZE + self::LABEL_MARGIN)
101+
$perFieldHeight = (self::LABEL_SIZE + self::LABEL_MARGIN)
102102
+ (self::FIELD_SIZE + self::FIELD_MARGIN);
103103

104-
$baseHeight = $fieldCount * $perFeldHeight;
104+
$baseHeight = $fieldCount * $perFieldHeight;
105105
$scale = 1.0;
106106
if ($baseHeight > $usableHeight && $baseHeight > 0) {
107107
$scale = $usableHeight / $baseHeight;

0 commit comments

Comments
 (0)