Skip to content

Commit b558bc5

Browse files
committed
change variable"
1 parent 204d7b5 commit b558bc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ public function write($pdf, $record)
112112
$fieldSize = self::FIELD_SIZE * $scale;
113113
$fieldMargin = self::FIELD_MARGIN * $scale;
114114

115-
foreach ($record->get('fields') as $field) {
115+
foreach ($fields as $field) {
116116
static::writeText(
117117
$pdf, $field['label'],
118118
$currentX, $currentY,

0 commit comments

Comments
 (0)