Merge pull request #1141 from batuhawk/master
Print report total position
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<tfoot>
|
<tfoot>
|
||||||
<tr class="rp-border-top-1">
|
<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
|
@php $total_total = 0; @endphp
|
||||||
@foreach($class->totals[$table] as $total)
|
@foreach($class->totals[$table] as $total)
|
||||||
@php $total_total += $total; @endphp
|
@php $total_total += $total; @endphp
|
||||||
|
Reference in New Issue
Block a user