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:
@@ -44,7 +44,7 @@ class QboCustomer < ActiveRecord::Base
|
||||
|
||||
# returns the customer's mobile phone
|
||||
def mobile_phone
|
||||
@detail.mobile_phone if @details
|
||||
@details.mobile_phone if @details
|
||||
end
|
||||
|
||||
# returns the customer's notes
|
||||
|
||||
Reference in New Issue
Block a user