1
0
forked from poc/pds

Updated duplicate process order with coil number warning message

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