From cc0da142b72291c0452260a6618c6d47892e2244 Mon Sep 17 00:00:00 2001 From: Lynne Davis Date: Tue, 18 Nov 2014 19:28:49 +0000 Subject: [PATCH] 267: Adding to new product form ability to add shipping category to record frozen/chilled --- .../spree/admin/products/new/replace_form.html.haml.deface | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/overrides/spree/admin/products/new/replace_form.html.haml.deface b/app/overrides/spree/admin/products/new/replace_form.html.haml.deface index 7c627eec4e..be664baf5b 100644 --- a/app/overrides/spree/admin/products/new/replace_form.html.haml.deface +++ b/app/overrides/spree/admin/products/new/replace_form.html.haml.deface @@ -36,8 +36,10 @@ = f.label :product_variant_unit_name, t(:unit_name) %input.fullwidth{ id: 'product_variant_unit_name','ng-model' => 'product.variant_unit_name', :name => 'product[variant_unit_name]', :placeholder => 'eg. bunches', :type => 'text' } .twelve.columns.alpha - .six.columns.alpha + .three.columns.alpha = render 'spree/admin/products/primary_taxon_form', f: f + .three.columns.alpha + = render 'spree/admin/products/shipping_category_form', f: f .three.columns = f.field_container :price do = f.label :price, t(:price)