amendment purchase order table alignment vadivel J

This commit is contained in:
vadivel J 2024-09-18 17:07:12 +05:30
parent ffca13aed6
commit 00ce827d69

View File

@ -108,7 +108,7 @@
<td><?php echo $record->PONO ?></td> <td><?php echo $record->PONO ?></td>
<td><?php echo $record->ReqType ?></td> <td><?php echo $record->ReqType ?></td>
<td><?php echo $record->SupplierName ?></td> <td><?php echo $record->SupplierName ?></td>
<td align="center"><?php echo $record->TotalOrderValue ?></td> <td align="right"><?php echo $record->TotalOrderValue ?></td>
<!-- <td><?php echo $record->StatusName ?></td> --> <!-- <td><?php echo $record->StatusName ?></td> -->
<td><?php <td><?php
@ -130,7 +130,7 @@
} }
?> ?>
</td> </td>
<td><?php $option = 'By Deliver Date'; <td align="center"><?php $option = 'By Deliver Date';
if ($record->DeliveryOption == 1) { if ($record->DeliveryOption == 1) {
$option = "By Schedule"; $option = "By Schedule";
} else if ($record->DeliveryOption == 2) { } else if ($record->DeliveryOption == 2) {
@ -146,7 +146,7 @@
$Deliverydt = ''; $Deliverydt = '';
echo $Deliverydt; echo $Deliverydt;
} ?></td> } ?></td>
<td><?php echo $record->DeliverySchedule ?></td> <td align="center"> <?php echo $record->DeliverySchedule ?></td>