diff --git a/app/Models/Asset.php b/app/Models/Asset.php index eefc8b88ab..dd9b4389f3 100644 --- a/app/Models/Asset.php +++ b/app/Models/Asset.php @@ -935,7 +935,7 @@ class Asset extends Depreciable } } - if ($fieldname!='category') { + if (($fieldname!='category') && ($fieldname!='status_label')) { $query->orWhere('assets.'.$fieldname, 'LIKE', '%' . $search_val . '%'); } diff --git a/config/version.php b/config/version.php index bae4cf7b2a..39f9998d9a 100644 --- a/config/version.php +++ b/config/version.php @@ -1,7 +1,7 @@ 'v4.1.1', - 'build_version' => '46', - 'hash_version' => 'g28a4293', - 'full_hash' => 'v4.1.1-46-g28a4293', + 'app_version' => 'v4.1.2', + 'build_version' => '48', + 'hash_version' => 'gd21c92f', + 'full_hash' => 'v4.1.2-48-gd21c92f', );