From 188cfdac4d9b1cc583e2b00908e3136edef0f494 Mon Sep 17 00:00:00 2001 From: dhanabalan Date: Fri, 17 Jul 2026 11:41:21 +0530 Subject: [PATCH] reversed logic in production order pdf --- resources/views/production-orders/print.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/production-orders/print.blade.php b/resources/views/production-orders/print.blade.php index 2f37b41..1d25bec 100644 --- a/resources/views/production-orders/print.blade.php +++ b/resources/views/production-orders/print.blade.php @@ -77,7 +77,7 @@ position: absolute; right: 5pt; top: 8pt; - width: 69pt; + /* width: 69pt; */ } .po-long { -- 2.49.1