Sha256: f2ac7642c20eb4b7e05a2d18751723a2e1d4866b3c134283dececaf89b8dd082
Contents?: true
Size: 731 Bytes
Versions: 132
Compression:
Stored size: 731 Bytes
Contents
<div id="source-movements-table" class="twelve columns alpha"> <table class="table sortable"> <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><%= movement.stock_item.variant.sku %></td> <td><%= movement.quantity %></td> <td><%= movement.stock_item.count_on_hand %></td> </tr> <% end %> </tbody> </table> </div>
Version data entries
132 entries across 132 versions & 1 rubygems