Merge pull request 'Added process order warning message' (#429) from ranjith-dev into master
All checks were successful
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 16s
All checks were successful
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 16s
Reviewed-on: #429
This commit was merged in pull request #429.
This commit is contained in:
@@ -132,6 +132,8 @@ class ProcessOrderImporter extends Importer
|
||||
}
|
||||
if ($processOrder == null || $processOrder == '') {
|
||||
$warnMsg[] = "Process order can't be empty!";
|
||||
} elseif ($processOrder && Str::contains($processOrder, '.')) {
|
||||
$warnMsg[] = 'Invalid process order found!';
|
||||
}
|
||||
// if ($lineNam == null || $lineNam == '') {
|
||||
// $warnMsg[] = "Line name can't be empty!";
|
||||
|
||||
Reference in New Issue
Block a user