From ae3388c058ce510d2658be5a9b13febc4ba8b4ad Mon Sep 17 00:00:00 2001 From: vadivel J Date: Wed, 25 Sep 2024 15:29:30 +0530 Subject: [PATCH] requisition form bug fix --- app/Views/requisitionform.php | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/app/Views/requisitionform.php b/app/Views/requisitionform.php index f816cfd8..8d0fa445 100755 --- a/app/Views/requisitionform.php +++ b/app/Views/requisitionform.php @@ -27,6 +27,7 @@ if (!empty($Emp)) { .th{ font-size: 14px; + text-align:center !important ; } @@ -638,12 +639,12 @@ if (!empty($Emp)) { index = parseInt(index) + 1; var rowHtml = ` - ${temp} - ${materialCode} - ${materialName} - ${uom} - ${quantity} - + ${temp} + ${materialCode} + ${materialName} + ${uom} + ${quantity} +