From 2e67f2b64caa9a3c67fc1ef220d1c8a6b7e98504 Mon Sep 17 00:00:00 2001 From: mrsaicharan1 Date: Tue, 6 Aug 2019 02:43:19 +0530 Subject: [PATCH] feat: Added date to order invoice --- app/templates/pdf/order_invoice.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/templates/pdf/order_invoice.html b/app/templates/pdf/order_invoice.html index 1ba72da2bc..e7250d1782 100644 --- a/app/templates/pdf/order_invoice.html +++ b/app/templates/pdf/order_invoice.html @@ -98,6 +98,7 @@

{{ ("Order Invoice") }}

Quantity :
Total Amount :
Payment Mode :
+ Date :
Discount Code :
@@ -130,6 +131,7 @@

{{ ("Order Invoice") }}

{% else %} {{ ('Payment pending') }} {% endif %}
+ {{ order.created_at | datetime }}
{% if order.discount_code %} {{ order.discount_code.code }}
{% else %}