Added process order warning message #429
@@ -132,6 +132,8 @@ 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, '.')) {
|
||||||
|
$warnMsg[] = 'Invalid process order found!';
|
||||||
}
|
}
|
||||||
// if ($lineNam == null || $lineNam == '') {
|
// if ($lineNam == null || $lineNam == '') {
|
||||||
// $warnMsg[] = "Line name can't be empty!";
|
// $warnMsg[] = "Line name can't be empty!";
|
||||||
|
|||||||
Reference in New Issue
Block a user