show invoice/bill totals sorted
This commit is contained in:
@ -173,7 +173,7 @@
|
||||
|
||||
<div class="col-42">
|
||||
<div class="text company pr-2">
|
||||
@foreach ($bill->totals as $total)
|
||||
@foreach ($bill->totals_sorted as $total)
|
||||
@if ($total->code != 'total')
|
||||
@stack($total->code . '_td_start')
|
||||
<div class="border-top-1 py-2">
|
||||
|
@ -410,7 +410,7 @@
|
||||
<div class="table-responsive">
|
||||
<table class="table">
|
||||
<tbody>
|
||||
@foreach ($bill->totals as $total)
|
||||
@foreach ($bill->totals_sorted as $total)
|
||||
@if ($total->code != 'total')
|
||||
@stack($total->code . '_td_start')
|
||||
<tr>
|
||||
|
Reference in New Issue
Block a user