diff --git a/app/Views/requisitionlisting.php b/app/Views/requisitionlisting.php
index 5be9410c..adf9a922 100755
--- a/app/Views/requisitionlisting.php
+++ b/app/Views/requisitionlisting.php
@@ -79,6 +79,15 @@ if (!empty($Status)) {
.icon-button:hover {
color: #0056b3;
}
+
+ .th{
+
+ text-align:center !important;
+
+ }
+
+
+
@@ -123,15 +132,15 @@ if (!empty($Status)) {
- | Requisted Date |
- Requisition No |
- Requisition Type |
- Tot No.OfLineItem |
- Po CreatedLineItem |
- Partially PoCreatedLineItem |
- NewLine Item |
- Status |
- Action |
+ Requisted Date |
+ Requisition No |
+ Requisition Type |
+ Tot No.OfLineItem |
+ Po CreatedLineItem |
+ Partially PoCreatedLineItem |
+ NewLine Item |
+ Status |
+ Action |
@@ -140,19 +149,19 @@ if (!empty($Status)) {
foreach ($TotNoOfLine as $record) { //print_r($record);
?>
- | CreatedDate);
+ | CreatedDate);
$PODate = $Pdt->format('d-m-Y');
echo $PODate ?>
|
- ReqNo ?> |
- ReqType ?> |
- TotalNoofLineItems ?> |
- PolineItems ?> |
- PartilallyLineItems ?> |
- newLineItem ?> |
+ ReqNo ?> |
+ ReqType ?> |
+ TotalNoofLineItems ?> |
+ PolineItems ?> |
+ PartilallyLineItems ?> |
+ newLineItem ?> |
- StatusName ?> |
+ StatusName ?> |
|