Merge pull request 'changed mail subject for quality validation' (#84) from ranjith-dev into master
All checks were successful
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 14s
All checks were successful
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 14s
Reviewed-on: #84
This commit was merged in pull request #84.
This commit is contained in:
@@ -46,20 +46,20 @@ class InvalidQualityMail extends Mailable
|
|||||||
// dynamic subject based on mail type
|
// dynamic subject based on mail type
|
||||||
switch ($this->mailType) {
|
switch ($this->mailType) {
|
||||||
case 'InvalidPartNumber2':
|
case 'InvalidPartNumber2':
|
||||||
$this->subjectLine = "Invalid Part Number 2 Scanned ({$this->mplantName})";
|
$this->subjectLine = "Quality Part Validation ({$this->mplantName})";
|
||||||
break;
|
break;
|
||||||
case 'InvalidPartNumber3':
|
case 'InvalidPartNumber3':
|
||||||
$this->subjectLine = "Invalid Part Number 3 Scanned ({$this->mplantName})";
|
$this->subjectLine = "Quality Part Validation ({$this->mplantName})";
|
||||||
break;
|
break;
|
||||||
case 'InvalidPartNumber4':
|
case 'InvalidPartNumber4':
|
||||||
$this->subjectLine = "Invalid Part Number 4 Scanned ({$this->mplantName})";
|
$this->subjectLine = "Quality Part Validation ({$this->mplantName})";
|
||||||
break;
|
break;
|
||||||
case 'InvalidPartNumber5':
|
case 'InvalidPartNumber5':
|
||||||
$this->subjectLine = "Invalid Part Number 5 Scanned ({$this->mplantName})";
|
$this->subjectLine = "Quality Part Validation ({$this->mplantName})";
|
||||||
break;
|
break;
|
||||||
case 'InvalidPartNumber':
|
case 'InvalidPartNumber':
|
||||||
default:
|
default:
|
||||||
$this->subjectLine = "Invalid Part Number 1 Scanned ({$this->mplantName})";
|
$this->subjectLine = "Quality Part Validation ({$this->mplantName})";
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user