We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 204d7b5 commit b558bc5Copy full SHA for b558bc5
app/Models/Labels/Sheets/Avery/L4736_A.php
@@ -112,7 +112,7 @@ public function write($pdf, $record)
112
$fieldSize = self::FIELD_SIZE * $scale;
113
$fieldMargin = self::FIELD_MARGIN * $scale;
114
115
- foreach ($record->get('fields') as $field) {
+ foreach ($fields as $field) {
116
static::writeText(
117
$pdf, $field['label'],
118
$currentX, $currentY,
0 commit comments