Merged in bugfix/PMC-976 (pull request #6984)
PMC-914 Approved-by: Julio Cesar Laura Avendaño <contact@julio-laura.com>
This commit is contained in:
2
workflow/engine/src/ProcessMaker/Model/Delegation.php
Normal file → Executable file
2
workflow/engine/src/ProcessMaker/Model/Delegation.php
Normal file → Executable file
@@ -278,7 +278,7 @@ class Delegation extends Model
|
|||||||
|
|
||||||
// Search for an app/case number
|
// Search for an app/case number
|
||||||
if ($filterBy == 'APP_NUMBER' && $search) {
|
if ($filterBy == 'APP_NUMBER' && $search) {
|
||||||
$query->where('APP_DELEGATION.APP_NUMBER', 'LIKE', "%${search}%");
|
$query->where('APP_DELEGATION.APP_NUMBER', '=', $search);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Date range filter
|
// Date range filter
|
||||||
|
|||||||
Reference in New Issue
Block a user