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> <td>
<strong>Danish VAT (25%)</strong> <strong>Danish VAT (25%)</strong>
<td> <td>
{{ order.vat|currency }} {{ invoice.order.vat|currency }}
<tr> <tr>
<td colspan="2"> <td colspan="2">
<td> <td>
<strong>Total</strong> <strong>Total</strong>
<td> <td>
{{ order.total|currency }} {{ invoice.order.total|currency }}
</table> </table>