From 29871806893699cac6f7681361554af3aa5b291c Mon Sep 17 00:00:00 2001 From: Thomas Steen Rasmussen Date: Sun, 12 Jun 2016 10:25:15 +0200 Subject: [PATCH] add customer email to invoices --- shop/templates/pdf/invoice.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shop/templates/pdf/invoice.html b/shop/templates/pdf/invoice.html index 5d7233c6..78584ad5 100644 --- a/shop/templates/pdf/invoice.html +++ b/shop/templates/pdf/invoice.html @@ -14,7 +14,7 @@ -
+

Customer: {{ invoice.order.user.email }}


INVOICE