Update invoice email subject to include STO invoice reference

This commit is contained in:
dhanabalan
2025-11-13 17:35:27 +05:30
parent fa05a667b1
commit f39ac5ee2f
2 changed files with 5 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ class InvoiceDataMail extends Mailable
{
$this->scheduleType = $scheduleType;
$this->tableData = $tableData ?? [];
$this->mailSubject = $mailSubject ?? 'Despatch Pending Sale Invoice';
$this->mailSubject = $mailSubject ?? 'Despatch Pending Sale Invoice & STO Invoice as on Date';
}
/**