Compare commits
2 Commits
f81033636c
...
0e86ce0a4e
| Author | SHA1 | Date | |
|---|---|---|---|
| 0e86ce0a4e | |||
|
|
73627bd7f9 |
@@ -889,6 +889,9 @@ class StickerPdfService
|
||||
if ($row->characteristics_type == 'plant_address') {
|
||||
$textValue = $plantAddress ?? '';
|
||||
}
|
||||
if ($row->characteristics_type == 'current_date') {
|
||||
$textValue = date('M-y');
|
||||
}
|
||||
|
||||
$pdf->Text(
|
||||
(float) ($row->string_x_value ?? 0),
|
||||
|
||||
Reference in New Issue
Block a user