This commit is contained in:
Paula Quispe
2019-07-12 15:46:00 -04:00
parent 3e7a8d39ce
commit 8fc35bccb9

2
workflow/engine/src/ProcessMaker/Model/Delegation.php Normal file → Executable file
View File

@@ -278,7 +278,7 @@ class Delegation extends Model
// Search for an app/case number
if ($filterBy == 'APP_NUMBER' && $search) {
$query->where('APP_DELEGATION.APP_NUMBER', 'LIKE', "%${search}%");
$query->where('APP_DELEGATION.APP_NUMBER', '=', $search);
}
// Date range filter