From 7790f9e91f9e600c95a6fabfb32fa28c97dac6eb Mon Sep 17 00:00:00 2001 From: Daniel Meltzer Date: Wed, 26 Oct 2016 12:01:24 -0500 Subject: [PATCH] Fix #2813 (#2819) Looks like a copypasta miss. Should fix the exception thrown in #2813. --- resources/views/hardware/view.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/hardware/view.blade.php b/resources/views/hardware/view.blade.php index c63ff798b..ac4f7e09b 100755 --- a/resources/views/hardware/view.blade.php +++ b/resources/views/hardware/view.blade.php @@ -314,7 +314,7 @@ @endif - @if ($asset->assetloc) + @if ($asset->defaultLoc) {{ trans('admin/hardware/form.default_location') }}