mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
Changed assetloc to location
This commit is contained in:
parent
01bb4bf64a
commit
d21c92f91b
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue