diff --git a/app/Services/StickerPdfService.php b/app/Services/StickerPdfService.php index 70dc76d..17f8ffb 100644 --- a/app/Services/StickerPdfService.php +++ b/app/Services/StickerPdfService.php @@ -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),