puts textY inside of the forloop

This commit is contained in:
Godfrey M 2024-02-22 12:08:47 -08:00
parent b7850ab839
commit 4fbea9512f

View file

@ -172,9 +172,9 @@ class DefaultLabel extends RectangleSheet
$textW, $this->textSize, $textW, $this->textSize,
true, 0 true, 0
); );
}
$textY += $this->textSize + self::TEXT_MARGIN; $textY += $this->textSize + self::TEXT_MARGIN;
$fieldsDone++; $fieldsDone++;
}
} }
// if ($settings->labels_display_company_name && $fieldsDone < $this->getSupportFields()) { // if ($settings->labels_display_company_name && $fieldsDone < $this->getSupportFields()) {
// if ($asset->company) { // if ($asset->company) {