From 5e86a51fa5bafb7599a9df3db613fb02a64561c3 Mon Sep 17 00:00:00 2001 From: dhanabalan Date: Fri, 17 Jul 2026 11:45:47 +0530 Subject: [PATCH] changed logic in order pdf --- resources/views/production-orders/print.blade.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/resources/views/production-orders/print.blade.php b/resources/views/production-orders/print.blade.php index 1d25bec..dabf15f 100644 --- a/resources/views/production-orders/print.blade.php +++ b/resources/views/production-orders/print.blade.php @@ -119,7 +119,10 @@
{{ $sticker['serial'] }}
-
{{ $sticker['production_order'] }}
+ {{--
{{ $sticker['production_order'] }}
--}} +
+ {{ $sticker['production_order'] }} +
{{ $sticker['description'] }}
-- 2.49.1