changed mail subject for quality validation #84
@@ -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