diff --git a/app/models/qbo_customer.rb b/app/models/qbo_customer.rb index 46776f7..f77ceb7 100644 --- a/app/models/qbo_customer.rb +++ b/app/models/qbo_customer.rb @@ -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