get order from invoice object

This commit is contained in:
Thomas Steen Rasmussen 2016-05-31 08:10:13 +02:00
parent 36293892d9
commit 2a267c0f9f

View file

@ -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>