mirror of
https://github.com/Karaka-Management/oms-Labeling.git
synced 2026-01-11 09:08:42 +00:00
fix tests
This commit is contained in:
parent
524172e913
commit
d1f7a0343c
|
|
@ -207,7 +207,7 @@ $text->y = 810 + $margin;
|
|||
$l->elements[] = $text;
|
||||
|
||||
$text = new Text();
|
||||
$text->text = ISO3166NameEnum::getBy2Code($unit->mainAddress->country);
|
||||
$text->text = (string) ISO3166NameEnum::getBy2Code($unit->mainAddress->country);
|
||||
$text->size = 30;
|
||||
$text->x = 150 + $margin;
|
||||
$text->y = 860 + $margin;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user