Sha256: b833bf431d9624a7b45c6323248646bd0e507b3d64b60c341f207242193cf2f5
Contents?: true
Size: 889 Bytes
Versions: 99
Compression:
Stored size: 889 Bytes
Contents
<div id="source-movements-table" class="twelve columns alpha"> <table class="index sortable"> <colgroup> <col style="width: 40%" /> <col style="width: 30%" /> <col style="width: 10%" /> <col style="width: 20%" /> </colgroup> <thead data-hook="bulk_variants_header"> <tr> <th><%= Spree.t('variant') %></th> <th><%= Spree.t('sku') %></th> <th><%= Spree.t('quantity') %></th> <th><%= Spree.t('count_on_hand') %></th> </tr> </thead> <tbody id="bulk_variants_tbody"> <% stock_movements.each do |movement| %> <tr> <td><%= movement.stock_item.variant.name %></td> <td class='align-center'><%= movement.stock_item.variant.sku %></td> <td class='align-center'><%= movement.quantity %></td> <td class='align-center'><%= movement.stock_item.count_on_hand %></td> <% end %> </tbody> </table> </div>
Version data entries
99 entries across 99 versions & 2 rubygems