Fix display of VAT. #636
This commit is contained in:
parent
44611915e5
commit
0fe66f4719
1 changed files with 1 additions and 1 deletions
|
|
@ -552,7 +552,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="col-lg-3">
|
<div class="col-lg-3">
|
||||||
<label>VAT</label>
|
<label>VAT</label>
|
||||||
<input type="text" id="invoice-vat" class="form-control m-input text-right" value="{{ obj.getInvoice ? obj.getInvoice.getVAT|number_format : '0.00' }}" disabled>
|
<input type="text" id="invoice-vat" class="form-control m-input text-right" value="{{ obj.getInvoice ? obj.getInvoice.getVAT|number_format(2) : '0.00' }}" disabled>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-lg-6">
|
<div class="col-lg-6">
|
||||||
<label>Total Amount</label>
|
<label>Total Amount</label>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue