long text status updated for invoice and bill

This commit is contained in:
batuhanbas
2019-11-27 12:11:08 +03:00
parent 3a15c1d615
commit 0b737e0119
8 changed files with 20 additions and 20 deletions

View File

@@ -146,10 +146,10 @@
@stack('grand_total_td_start')
<tr class="row" id="tr-total">
<td class="col-md-10 text-right border-right-0 long-texts">
<td class="col-md-10 text-right border-right-0">
<strong>{{ trans('bills.total') }}</strong>
</td>
<td class="col-md-2 text-right">
<td class="col-md-2 text-right long-texts">
<span id="grand-total" v-html="totals.total">0</span>
</td>
</tr>