Add possibility to add an attachment to an invoice #345
This commit is contained in:
parent
8d5467ab7c
commit
749791bb7a
14 changed files with 75 additions and 1 deletions
|
|
@ -58,6 +58,10 @@
|
|||
%p
|
||||
%b= heading_helper(Invoice, :total) + ':'
|
||||
= number_to_currency total
|
||||
%p
|
||||
%b= heading_helper(Invoice, :attachment) + ':'
|
||||
- if @invoice.attachment_data
|
||||
= link_to t('ui.download'), finance_invoice_attachment_path(@invoice)
|
||||
%p
|
||||
%b= heading_helper(Invoice, :note) + ':'
|
||||
=h @invoice.note
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue