Skip to content

Commit

Permalink
Fixed a couple of issues preventing successful checkout.
Browse files Browse the repository at this point in the history
  • Loading branch information
schof committed Jul 12, 2010
1 parent d111665 commit 64eeef4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion core/app/models/product.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ class Product < ActiveRecord::Base
after_create :set_master_variant_defaults
after_create :add_properties_and_option_types_from_prototype
before_save :recalculate_count_on_hand
after_save :update_memberships if ProductGroup.table_exists?
#RAILS3 TODO (restore this once SL stuff is sorted)
#after_save :update_memberships if ProductGroup.table_exists?
after_save :set_master_on_hand_to_zero_when_product_has_variants
after_save :save_master

Expand Down
File renamed without changes.
1 change: 0 additions & 1 deletion lib/gateway_error.rb

This file was deleted.

0 comments on commit 64eeef4

Please sign in to comment.