diff --git a/resources/views/locations/print.blade.php b/resources/views/locations/print.blade.php index 1214ea0864..6f383468b2 100644 --- a/resources/views/locations/print.blade.php +++ b/resources/views/locations/print.blade.php @@ -142,7 +142,7 @@ {{ (($asset->model) && ($asset->model->manufacturer)) ? $asset->model->manufacturer->name : '' }} {{ ($asset->model) ? $asset->model->name : '' }} {{ $asset->serial }} - {{ ($asset->location->name) ? $asset->location->name : '' }} + {{ ($asset->location) ? $asset->location->name : '' }} {{ \App\Helpers\Helper::getFormattedDateObject( $asset->last_checkout, 'datetime', false) }} {{ \App\Helpers\Helper::getFormattedDateObject( $asset->expected_checkin, 'datetime', false) }}