Skip to content

Commit d7222ae

Browse files
committed
Fix for defaultLoc in asset view
1 parent a418dec commit d7222ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/hardware/view.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@
314314
</tr>
315315
@endif
316316

317-
@if ($asset->assetloc)
317+
@if ($asset->defaultLoc)
318318
<tr>
319319
<td>{{ trans('admin/hardware/form.default_location') }}</td>
320320
<td>

0 commit comments

Comments
 (0)