Skip to content

Commit

Permalink
updated gem version
Browse files Browse the repository at this point in the history
  • Loading branch information
johnpipi committed Jul 31, 2014
1 parent bbdc2ca commit 203aa1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/spree/variant_decorator.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Spree
Variant.class_eval do
attr_accessible :use_master_price
#attr_accessible :use_master_price
def price
return product.master.price if use_master_price? && !is_master?
self[:price]
Expand Down

0 comments on commit 203aa1a

Please sign in to comment.