mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-08 08:54:23 -05:00
Error not fatal
This commit is contained in:
@@ -161,7 +161,7 @@ class QboInvoice < ActiveRecord::Base
|
|||||||
rescue
|
rescue
|
||||||
# Do nothing, probaly too many vehicles on the invoice. This is a problem with how it's billed
|
# Do nothing, probaly too many vehicles on the invoice. This is a problem with how it's billed
|
||||||
# TODO Add notes in memo area
|
# TODO Add notes in memo area
|
||||||
logger.fatal "Failed to update invoice"
|
logger.error "Failed to update invoice"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user