From 1098accc8a855153fdfff24254bd0d814523ceb3 Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Thu, 15 Sep 2016 07:06:52 -0400 Subject: [PATCH] Bug Fix #2 --- app/views/qbo/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/qbo/index.html.erb b/app/views/qbo/index.html.erb index 09133c6..5f97254 100644 --- a/app/views/qbo/index.html.erb +++ b/app/views/qbo/index.html.erb @@ -36,7 +36,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
- Last Sync: <%= Qbo.last_sync %> + Last Sync: <%= Qbo.last_sync if Qbo.exists? %>