Merge pull request 'Updated duplicate process order with coil number warning message' (#431) from ranjith-dev into master
All checks were successful
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 12s
All checks were successful
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 12s
Reviewed-on: #431
This commit was merged in pull request #431.
This commit is contained in:
@@ -180,8 +180,6 @@ class ProcessOrderImporter extends Importer
|
||||
|
||||
if ($existing) {
|
||||
$warnMsg[] = 'Process Order with coil number already exists!';
|
||||
} else {
|
||||
$warnMsg[] = 'Process Order already exists!';
|
||||
}
|
||||
} else {
|
||||
$warnMsg[] = 'New process order found!';
|
||||
|
||||
Reference in New Issue
Block a user