Sha256: a74117a6844d1ec034eb8df13da96f21b29239e3fcba33be51668054835e4f64

Contents?: true

Size: 275 Bytes

Versions: 4

Compression:

Stored size: 275 Bytes

Contents

<% if @record.lines.other_charge.any? -%>
% <% @record.lines.other_charge.each do | line | -%>
  \multicolumn{<%= @ncols-1%>}{r}{{<%=q line.description%>}} &
  <%= Skr::String.number_with_delimiter line.price %> \\
<% end -%>
  \cline{<%= @ncols-3%>-<%= @ncols%>}
<% end -%>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
stockor-0.5.0 templates/print/partials/skus_table_other_charge_lines.tex.erb
stockor-0.4.0 templates/print/partials/skus_table_other_charge_lines.tex.erb
stockor-0.3.0 templates/print/partials/skus_table_other_charge_lines.tex.erb
stockor-0.2 templates/print/partials/skus_table_other_charge_lines.tex.erb