mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-26 06:04:08 -08:00
puts textY inside of the forloop
This commit is contained in:
parent
b7850ab839
commit
4fbea9512f
|
@ -172,9 +172,9 @@ class DefaultLabel extends RectangleSheet
|
|||
$textW, $this->textSize,
|
||||
true, 0
|
||||
);
|
||||
}
|
||||
$textY += $this->textSize + self::TEXT_MARGIN;
|
||||
$fieldsDone++;
|
||||
}
|
||||
}
|
||||
// if ($settings->labels_display_company_name && $fieldsDone < $this->getSupportFields()) {
|
||||
// if ($asset->company) {
|
||||
|
|
Loading…
Reference in a new issue