Update qbo_customer.rb

This commit is contained in:
2016-04-28 09:15:22 -04:00
parent 543841ad64
commit 1a6b6fb321

View File

@@ -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