Skip to content

Commit

Permalink
Fix for location totals
Browse files Browse the repository at this point in the history
  • Loading branch information
snipe committed May 8, 2015
1 parent 4457c7a commit 8cdea8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/backend/locations/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
{{{ $location->parent->name }}}
@endif
</td>
<td>{{{ $location->assets->count() }}}</td>
<td>{{{ ($location->assets->count() + $location->assignedassets->count()) }}}</td>
<td>{{{ $location->address }}}
@if($location->address2 != '')
, {{{ $location->address2 }}}
Expand Down

0 comments on commit 8cdea8a

Please sign in to comment.