From 2d32769a59dff2c260dbcf5f33b13c87686c8257 Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Sun, 13 Feb 2022 13:19:04 -0500 Subject: [PATCH] Error not fatal --- app/models/qbo_invoice.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/qbo_invoice.rb b/app/models/qbo_invoice.rb index 9b4162b..0091231 100644 --- a/app/models/qbo_invoice.rb +++ b/app/models/qbo_invoice.rb @@ -161,7 +161,7 @@ class QboInvoice < ActiveRecord::Base rescue # Do nothing, probaly too many vehicles on the invoice. This is a problem with how it's billed # TODO Add notes in memo area - logger.fatal "Failed to update invoice" + logger.error "Failed to update invoice" end end