changed subject name of the invoice data report
This commit is contained in:
@@ -203,7 +203,7 @@ class SendInvoiceDataReport extends Command
|
||||
})
|
||||
->toArray();
|
||||
|
||||
$mailSubject = "Invoice Data Report ({$plant->name})";
|
||||
$mailSubject = "Despatch Pending Sale Invoice ({$plant->name})";
|
||||
|
||||
$mail = new InvoiceDataMail($scheduleType, $tableData, $mailSubject);
|
||||
$contentVars = $mail->content()->with;
|
||||
|
||||
Reference in New Issue
Block a user