Skip to content

Commit d98a743

Browse files
committed
Add updated step name to mapping
1 parent 9836515 commit d98a743

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/Models/EngagePurchaseRequest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ class EngagePurchaseRequest extends Model
102102
'Saved' => 'info',
103103
'Submitted' => 'info',
104104
'Send to SOFO Accountant' => 'info',
105-
'Submitted to SOFO Accountant' => 'info',
105+
'Submitted to SOFO/CRC Accountant' => 'info',
106106
'Sent back for edits' => 'danger',
107107
'Check Request Sent' => 'success',
108108
];
@@ -276,6 +276,6 @@ public static function getPurchaseRequestNumberFromText(string $pdf_text): int
276276

277277
public static function fixStepSpelling(string $stepName): string
278278
{
279-
return $stepName === 'Submited to SOFO Accountant' ? 'Submitted to SOFO Accountant' : $stepName;
279+
return $stepName === 'Submited to SOFO/CRC Accountant' ? 'Submitted to SOFO/CRC Accountant' : $stepName;
280280
}
281281
}

0 commit comments

Comments
 (0)