GWM
This commit is contained in:
parent
54b683e879
commit
3a28352d19
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user