mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 23:54:12 -08:00
Merge branch 'develop'
This commit is contained in:
commit
e64cf8b320
|
@ -935,7 +935,7 @@ class Asset extends Depreciable
|
|||
}
|
||||
}
|
||||
|
||||
if ($fieldname!='category') {
|
||||
if (($fieldname!='category') && ($fieldname!='status_label')) {
|
||||
$query->orWhere('assets.'.$fieldname, 'LIKE', '%' . $search_val . '%');
|
||||
}
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
return array (
|
||||
'app_version' => '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',
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue