Skip to content

Commit 5d12436

Browse files
committed
Merge remote-tracking branch 'origin/develop'
2 parents 365d744 + a0d6552 commit 5d12436

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/users/print.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ class="snipe-table table table-striped inventory"
412412
</div>
413413
@endif
414414

415-
<table style="margin-top: 80px;" class="{{ $users->count() > $count ? 'signature-boxes' : '' }}">
415+
<table style="margin-top: 80px;" class="{{ count($users) > $count ? 'signature-boxes' : '' }}">
416416
@if (!empty($eulas))
417417
<tr class="collapse eula-row">
418418
<td style="padding-right: 10px; vertical-align: top; font-weight: bold;">EULA</td>

0 commit comments

Comments
 (0)