Skip to content

Commit

Permalink
Merge branch 'development' of git://github.com/cykod/Webiva into deve…
Browse files Browse the repository at this point in the history
…lopment
  • Loading branch information
Doug Youch committed Oct 12, 2010
2 parents a3fb7ce + 2a8a8c7 commit 3b90780
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/models/end_user.rb
Expand Up @@ -669,6 +669,8 @@ def default_address
def current_shipping_address
if self.shipping_address && !self.shipping_address.address.blank?
self.shipping_address
elsif self.billing_address && !self.billing_address.address.blank?
self.billing_address
else
self.default_address
end
Expand Down

0 comments on commit 3b90780

Please sign in to comment.