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