spree_zone_pricing 0.1.22 → 0.1.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,2 @@
1
+ <!-- insert_after '[data-hook='product_price']' -->
2
+ Zone Prices come here...
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spree_zone_pricing
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.22
4
+ version: 0.1.23
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -21,12 +21,12 @@ extra_rdoc_files: []
21
21
  files:
22
22
  - app/controllers/spree/admin/zone_prices_controller.rb
23
23
  - app/models/zone_price.rb
24
- - app/views/spree/admin/shared/xxxx_product_sub_menu.html.erb
25
24
  - app/views/spree/admin/zone_prices/_form.html.erb
26
25
  - app/views/spree/admin/zone_prices/edit.html.erb
27
26
  - app/views/spree/admin/zone_prices/index.html.erb
28
27
  - app/views/spree/admin/zone_prices/new.html.erb
29
28
  - app/overrides/spree/admin/shared/_product_sub_menu/my_override.html.erb.deface
29
+ - app/overrides/spree/admin/variants/_form/my_override.html.haml.deface
30
30
  - config/routes.rb
31
31
  - config/locales/en_spree.yml
32
32
  - db/seeds.rb
@@ -1,8 +0,0 @@
1
- <% content_for :sub_menu do %>
2
- <ul id="sub_nav" data-hook="admin_product_sub_tabs">
3
- <%= tab :products, :match_path => '/products' %>
4
- <%= tab :option_types, :match_path => '/option_types' %>
5
- <%= tab :properties %>
6
- <%= tab :prototypes %>
7
- </ul>
8
- <% end %>