changed subject name of the invoice data report
This commit is contained in:
@@ -27,7 +27,7 @@ class InvoiceDataMail extends Mailable
|
||||
{
|
||||
$this->scheduleType = $scheduleType;
|
||||
$this->tableData = $tableData ?? [];
|
||||
$this->mailSubject = $mailSubject ?? 'Invoice Data Report';
|
||||
$this->mailSubject = $mailSubject ?? 'Despatch Pending Sale Invoice';
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user