This commit is contained in:
Gowtham M 2025-09-20 12:45:04 +05:30
parent 54b683e879
commit 3a28352d19
2 changed files with 3 additions and 3 deletions

View File

@ -1503,7 +1503,7 @@ class PlanController extends ResourceController
// echo getUserPlanCreationRestrictionStatus($user); die;
// print_r(getPlanApproverAction(126)); die;
return $this->generatePlanPdf(168, true);
return $this->generatePlanPdf(174, true);
die;
// updatePlanStatus(57); die;

View File

@ -10,7 +10,7 @@
width: 100%;
}
.header-table, .invoice-content-table, .invoice-table, .invoice-table-design, .foooter-section{
margin-top: 30px;
margin-top: 20px;
}
.header-table td, .invoice-content-table td{
width:50%;
@ -348,7 +348,7 @@
<?php if (count($data['status_details'])) {
$statusHtml = '<h4 style="margin-bottom: 10px;">Trip Status:</h4>';
$statusHtml = '<h3 style="margin-bottom: 10px;margin-top: 10px;">Trip Status:</h3>';
$statusHtml .= '<ul style="
list-style: none;
padding: 10px;