From e0d34fbc7be3c9a73d21a3aec23e32fae96f1b74 Mon Sep 17 00:00:00 2001 From: dhanabalan Date: Sat, 3 Jan 2026 15:18:08 +0530 Subject: [PATCH] removed report period in invoice in transit --- app/Mail/InvoiceTransitMail.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/Mail/InvoiceTransitMail.php b/app/Mail/InvoiceTransitMail.php index acfcd73..8958d1d 100644 --- a/app/Mail/InvoiceTransitMail.php +++ b/app/Mail/InvoiceTransitMail.php @@ -73,12 +73,12 @@ class InvoiceTransitMail extends Mailable $endDate = now(); - $reportPeriod = "

" - . "Report Period: {$startDate->format('d-m-Y')} " - . "to {$endDate->format('d-m-Y')}."; + // $reportPeriod = "

" + // . "Report Period: {$startDate->format('d-m-Y')} " + // . "to {$endDate->format('d-m-Y')}."; // . "
Please arrange to receipt the same immediately."; - $greeting .= $reportPeriod; + //$greeting .= $reportPeriod; } if ($this->scheduleType == 'Hourly') {