Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions app/templates/pdf/order_invoice.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ <h3 style="text-align:center;">{{ ("Order Invoice") }}</h3>
Quantity :<br>
Total Amount :<br>
Payment Mode :<br>
Date :<br>
Discount Code :<br>
</td>

Expand Down Expand Up @@ -130,6 +131,7 @@ <h3 style="text-align:center;">{{ ("Order Invoice") }}</h3>
{% else %}
{{ ('Payment pending') }}
{% endif %}<br>
{{ order.created_at | datetime }}<br>
{% if order.discount_code %}
{{ order.discount_code.code }}<br>
{% else %}
Expand Down