Compare commits

...

5 Commits

Author SHA1 Message Date
snipe e64cf8b320 Merge branch 'develop' 2017-11-02 13:01:28 -07:00
snipe 87affa40ed Fixes filtering on status label 2017-11-02 13:01:09 -07:00
snipe 513a1b1e3b Bumped version 2017-11-02 12:52:44 -07:00
snipe cf09908c60 Merge branch 'develop' 2017-11-02 12:50:56 -07:00
snipe d21c92f91b Changed assetloc to location 2017-11-02 12:50:34 -07:00
3 changed files with 7 additions and 7 deletions
+1 -1
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 . '%');
}
+4 -4
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',
);
@@ -42,8 +42,8 @@
<td>{{ $asset->id }}</td>
<td>{{ $asset->present()->name() }}</td>
<td>
@if ($asset->assetloc)
{{ $asset->assetloc->name }}
@if ($asset->location)
{{ $asset->location->name }}
@endif
</td>
<td>