diff --git a/app/views/customers/show.html.erb b/app/views/customers/show.html.erb
index af5d5b7..f192c19 100644
--- a/app/views/customers/show.html.erb
+++ b/app/views/customers/show.html.erb
@@ -1,4 +1,4 @@
-
<%=t(:field_customer)%> #<%= @customer.id %> - <%= @customer.name %>
+<%=t(:field_customer)%> #<%= @customer.id %> - <%= link_to @customer.to_s, "https://app.qbo.intuit.com/app/customerdetail?nameId=#{@customer.id}", target: :_blank %>