get order from invoice object
This commit is contained in:
parent
36293892d9
commit
2a267c0f9f
|
@ -49,14 +49,14 @@
|
|||
<td>
|
||||
<strong>Danish VAT (25%)</strong>
|
||||
<td>
|
||||
{{ order.vat|currency }}
|
||||
{{ invoice.order.vat|currency }}
|
||||
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<td>
|
||||
<strong>Total</strong>
|
||||
<td>
|
||||
{{ order.total|currency }}
|
||||
{{ invoice.order.total|currency }}
|
||||
|
||||
</table>
|
||||
|
||||
|
|
Loading…
Reference in a new issue