We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9836515 commit d98a743Copy full SHA for d98a743
1 file changed
app/Models/EngagePurchaseRequest.php
@@ -102,7 +102,7 @@ class EngagePurchaseRequest extends Model
102
'Saved' => 'info',
103
'Submitted' => 'info',
104
'Send to SOFO Accountant' => 'info',
105
- 'Submitted to SOFO Accountant' => 'info',
+ 'Submitted to SOFO/CRC Accountant' => 'info',
106
'Sent back for edits' => 'danger',
107
'Check Request Sent' => 'success',
108
];
@@ -276,6 +276,6 @@ public static function getPurchaseRequestNumberFromText(string $pdf_text): int
276
277
public static function fixStepSpelling(string $stepName): string
278
{
279
- return $stepName === 'Submited to SOFO Accountant' ? 'Submitted to SOFO Accountant' : $stepName;
+ return $stepName === 'Submited to SOFO/CRC Accountant' ? 'Submitted to SOFO/CRC Accountant' : $stepName;
280
}
281
0 commit comments