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 %}