Compare commits
2 Commits
1a37dd5e49
...
10eff34cc9
| Author | SHA1 | Date | |
|---|---|---|---|
| 10eff34cc9 | |||
|
|
97fb46883f |
@@ -132,7 +132,7 @@ class ProcessOrderImporter extends Importer
|
|||||||
}
|
}
|
||||||
if ($processOrder == null || $processOrder == '') {
|
if ($processOrder == null || $processOrder == '') {
|
||||||
$warnMsg[] = "Process order can't be empty!";
|
$warnMsg[] = "Process order can't be empty!";
|
||||||
} elseif ($processOrder && Str::contains($processOrder, '.')) {
|
} elseif ($processOrder && (Str::contains($processOrder, '.') || Str::contains($processOrder, 'E', ignoreCase: true))) {
|
||||||
$warnMsg[] = 'Invalid process order found!';
|
$warnMsg[] = 'Invalid process order found!';
|
||||||
}
|
}
|
||||||
if ($lineNam == null || $lineNam == '') {
|
if ($lineNam == null || $lineNam == '') {
|
||||||
|
|||||||
Reference in New Issue
Block a user