From 1a6b6fb321c3457d9c5fb33f89af39d8685110ed Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Thu, 28 Apr 2016 09:15:22 -0400 Subject: [PATCH] Update qbo_customer.rb --- app/models/qbo_customer.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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