Updated duplicate process order with coil number warning message
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 11s
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (pull_request) Successful in 12s
Gemini PR Review / Gemini PR Review (pull_request) Failing after 17s
Laravel Pint / pint (pull_request) Successful in 2m39s
Laravel Larastan / larastan (pull_request) Failing after 3m56s

This commit is contained in:
dhanabalan
2026-03-01 16:43:18 +05:30
parent bc1e533112
commit e03f01c20a

View File

@@ -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!';