From 938999db91cdbdfc3703fb352284ace8dc2e750e Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Thu, 28 Mar 2024 12:54:36 -0400 Subject: [PATCH] Added quickbooks to customer's name --- app/views/customers/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %>