add invoice number to alternative invoices

This commit is contained in:
Mohamed ABDELLANI
2023-06-27 10:58:30 +01:00
parent e66cd5aaa3
commit 8abb9d2ecf
2 changed files with 4 additions and 1 deletions

View File

@@ -43,6 +43,9 @@
%td{ :align => "left", colspan: 2 }  
%tr{ valign: "top" }
%td{ :align => "left" }
%br
= "#{t :invoice_number}:"
= @order.invoice_number
%br
= t :invoice_issued_on
= l @order.invoice_date

View File

@@ -1834,7 +1834,7 @@ en:
abn: "ABN:"
acn: "ACN:"
invoice_issued_on: "Invoice issued on:"
order_number: "Invoice number:"
order_number: "Order number:"
date_of_transaction: "Date of transaction:"
menu_1_title: "Shops"