PMCORE-3951
This commit is contained in:
@@ -495,7 +495,6 @@ class Process extends Model
|
||||
$process = Process::query()
|
||||
->where($key, $proId)
|
||||
->where('PRO_STATUS', 'ACTIVE')
|
||||
->get()
|
||||
->first();
|
||||
return !empty($process);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user