creditnote pdf styling
This commit is contained in:
parent
706ea29a85
commit
380e173fc7
|
@ -29,15 +29,13 @@
|
||||||
{{ creditnote.amount|currency }}
|
{{ creditnote.amount|currency }}
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="2">
|
<td align="right">
|
||||||
<td>
|
|
||||||
<strong>Danish VAT (25%)</strong>
|
<strong>Danish VAT (25%)</strong>
|
||||||
<td>
|
<td>
|
||||||
{{ creditnote.vat|currency }}
|
{{ creditnote.vat|currency }}
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="2">
|
<td align="right">
|
||||||
<td>
|
|
||||||
<strong>Total</strong>
|
<strong>Total</strong>
|
||||||
<td>
|
<td>
|
||||||
{{ creditnote.amount|currency }}
|
{{ creditnote.amount|currency }}
|
||||||
|
|
Loading…
Reference in a new issue