From 12826cf4360753a4f0b7cf6f4b9baf0ce91acf27 Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Thu, 15 Sep 2016 07:05:19 -0400 Subject: [PATCH] Bug Fix #2 --- app/views/customers/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/customers/index.html.erb b/app/views/customers/index.html.erb index 018889c..d3b3d95 100644 --- a/app/views/customers/index.html.erb +++ b/app/views/customers/index.html.erb @@ -24,5 +24,5 @@ <% end %>
- <%= Customer.count %> Customers - Last Sync: <%= Qbo.last_sync %> + <%= Customer.count %> Customers - Last Sync: <%= Qbo.last_sync if Qbo.exists? %>