mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-08 17:04:23 -05:00
Update qbo_customer.rb
This commit is contained in:
@@ -34,7 +34,7 @@ class QboCustomer < ActiveRecord::Base
|
|||||||
|
|
||||||
# returns the customer's email
|
# returns the customer's email
|
||||||
def email
|
def email
|
||||||
return @details.primary_email_address.email_address if @details
|
return @details.email_address if @details
|
||||||
end
|
end
|
||||||
|
|
||||||
# returns the customer's primary phone
|
# returns the customer's primary phone
|
||||||
|
|||||||
Reference in New Issue
Block a user