Merge pull request #1141 from batuhawk/master

Print report total position
This commit is contained in:
Batuhan Baş 2020-01-20 12:23:57 +03:00 committed by GitHub
commit ac1d3512c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
<tfoot>
<tr class="rp-border-top-1">
<th class="report-column">{{ trans_choice('general.totals', 1) }}</th>
<th class="report-column text-left">{{ trans_choice('general.totals', 1) }}</th>
@php $total_total = 0; @endphp
@foreach($class->totals[$table] as $total)
@php $total_total += $total; @endphp