Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kyanny committed Jan 22, 2010
1 parent de869bc commit 8a7a2c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion depot/app/models/line_item.rb
Expand Up @@ -6,7 +6,7 @@ def self.from_cart_item(cart_item)
li = self.new
li.product = cart_item.product
li.quantity = cart_item.quantity
li.total_price = cart_item.total_price
li.total_price = cart_item.price
li
end
end

0 comments on commit 8a7a2c4

Please sign in to comment.