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,
|
$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) {
|
||||||
|
|
Loading…
Reference in a new issue