Sha256: 1e85e41fb8738581714460745204d679106e5008571abf98e1ca0ede041a48ca
Contents?: true
Size: 284 Bytes
Versions: 1
Compression:
Stored size: 284 Bytes
Contents
<% if adjustments.sum(&:amount) != 0 %> <tr class="adjustment"> <td colspan="4" align='right'><h5><%= type %>: <%= label %></h5></td> <td colspan='2'> <h5><%= Harpiya::Money.new(adjustments.sum(&:amount), currency: @order.currency) %></h5> </td> </tr> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
harpiya_frontend-4.3.0.alpha | app/views/harpiya/orders/_adjustment_row.html.erb |