Sha256: df84d38cf19dd855d6148d1bd59c23b30485e419df0cd411797d2920d18f5d05
Contents?: true
Size: 408 Bytes
Versions: 1
Compression:
Stored size: 408 Bytes
Contents
\begin{document} <%= partial( 'header', { location: @invoice.location, date: @invoice.invoice_date, form_title: "Invoice # #{@invoice.visible_id}" } ) %> <%= partial 'bill_to_ship_to', record: @invoice -%> <%= partial 'invoice_paid_state', invoice: @invoice -%> <%= partial 'skus_table', record: @invoice, lines: @invoice.lines.regular, footer: 'skus_table_invoice_footer' -%> \end{document}
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
stockor-0.2 | templates/print/types/invoice/default.tex.erb |