Skip to content

Commit

Permalink
Merge pull request #5882 from nvandoorn/5675-show-variant-shipping-ca…
Browse files Browse the repository at this point in the history
…tegory-id

Render variant shipping category
  • Loading branch information
MadelineCollier authored Oct 30, 2024
2 parents 9b3ac21 + b2ed4fa commit b099358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/app/views/spree/admin/variants/_form.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
@shipping_categories,
:id,
:name,
{ include_blank: t('.use_product_shipping_category') },
{ include_blank: t('.use_product_shipping_category'), selected: @variant[:shipping_category_id] },
{ class: 'custom-select fullwidth' } %>
</div>
</div>
Expand Down

0 comments on commit b099358

Please sign in to comment.