Skip to content

Commit 7790f9e

Browse files
mnemoniclysnipe
authored andcommitted
Fix #2813 (#2819)
Looks like a copypasta miss. Should fix the exception thrown in #2813.
1 parent f30631e commit 7790f9e

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)