Merge branch 'develop'

This commit is contained in:
snipe 2017-11-02 13:01:28 -07:00
commit e64cf8b320
2 changed files with 5 additions and 5 deletions

View file

@ -935,7 +935,7 @@ class Asset extends Depreciable
}
}
if ($fieldname!='category') {
if (($fieldname!='category') && ($fieldname!='status_label')) {
$query->orWhere('assets.'.$fieldname, 'LIKE', '%' . $search_val . '%');
}

View file

@ -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',
);