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') {