Skip to content

Commit 798685d

Browse files
committed
Merge remote-tracking branch 'origin/develop'
2 parents cb7654a + cd9ea6a commit 798685d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/locations/print.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
<td>{{ (($asset->model) && ($asset->model->manufacturer)) ? $asset->model->manufacturer->name : '' }}</td>
143143
<td>{{ ($asset->model) ? $asset->model->name : '' }}</td>
144144
<td>{{ $asset->serial }}</td>
145-
<td>{{ ($asset->location->name) ? $asset->location->name : '' }}</td>
145+
<td>{{ ($asset->location) ? $asset->location->name : '' }}</td>
146146
<td>{{ \App\Helpers\Helper::getFormattedDateObject( $asset->last_checkout, 'datetime', false) }}</td>
147147
<td>{{ \App\Helpers\Helper::getFormattedDateObject( $asset->expected_checkin, 'datetime', false) }}</td>
148148
</tr>

0 commit comments

Comments
 (0)