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

@@ -75,7 +75,7 @@
<td class="col-md-10 text-right border-right-0 border-bottom-0">
<strong>{{ trans('invoices.sub_total') }}</strong>
</td>
<td class="col-md-2 text-right border-bottom-0">
<td class="col-md-2 text-right border-bottom-0 long-texts">
<span id="sub-total" v-html="totals.sub">0</span>
</td>
</tr>
@@ -137,7 +137,7 @@
<td class="col-md-10 text-right border-right-0 border-bottom-0">
<strong>{{ trans_choice('general.taxes', 1) }}</strong>
</td>
<td class="col-md-2 text-right border-bottom-0">
<td class="col-md-2 text-right border-bottom-0 long-texts">
<span id="tax-total" v-html="totals.tax">0</span>
</td>
</tr>
@@ -148,7 +148,7 @@
<td class="col-md-10 text-right border-right-0">
<strong>{{ trans('invoices.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>