fixed document show line discount text..
This commit is contained in:
parent
9ca1342665
commit
b3e01f4b56
@ -186,7 +186,7 @@
|
|||||||
@if (!$hideDiscount)
|
@if (!$hideDiscount)
|
||||||
@if (in_array(setting('localisation.discount_location', 'total'), ['item', 'both']))
|
@if (in_array(setting('localisation.discount_location', 'total'), ['item', 'both']))
|
||||||
@stack('discount_td_start')
|
@stack('discount_td_start')
|
||||||
<td class="discount">{{ $item->discount }}</td>
|
<th class="discount">{{ trans('invoices.discount') }}</th>
|
||||||
@stack('discount_td_end')
|
@stack('discount_td_end')
|
||||||
@endif
|
@endif
|
||||||
@endif
|
@endif
|
||||||
|
@ -173,7 +173,7 @@
|
|||||||
@if (!$hideDiscount)
|
@if (!$hideDiscount)
|
||||||
@if (in_array(setting('localisation.discount_location', 'total'), ['item', 'both']))
|
@if (in_array(setting('localisation.discount_location', 'total'), ['item', 'both']))
|
||||||
@stack('discount_td_start')
|
@stack('discount_td_start')
|
||||||
<td class="discount text-white">{{ $item->discount }}</td>
|
<th class="discount text-white">{{ trans('invoices.discount') }}</th>
|
||||||
@stack('discount_td_end')
|
@stack('discount_td_end')
|
||||||
@endif
|
@endif
|
||||||
@endif
|
@endif
|
||||||
|
@ -161,7 +161,7 @@
|
|||||||
@if (!$hideDiscount)
|
@if (!$hideDiscount)
|
||||||
@if (in_array(setting('localisation.discount_location', 'total'), ['item', 'both']))
|
@if (in_array(setting('localisation.discount_location', 'total'), ['item', 'both']))
|
||||||
@stack('discount_td_start')
|
@stack('discount_td_start')
|
||||||
<td class="discount text-white">{{ $item->discount }}</td>
|
<th class="discount text-white">{{ trans('invoices.discount') }}</th>
|
||||||
@stack('discount_td_end')
|
@stack('discount_td_end')
|
||||||
@endif
|
@endif
|
||||||
@endif
|
@endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user