Update customer.rb

This commit is contained in:
2016-04-29 08:40:32 -04:00
parent 916a9bdb70
commit cb07f397e0

View File

@@ -134,7 +134,7 @@ class Customer < ActiveRecord::Base
self.name = @details.display_name
self.save
end
}
end
rescue
return nil
end