From b3c3314385286f19a12a8ee8da591a75dd1258d9 Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Mon, 26 Sep 2016 16:41:41 -0400 Subject: [PATCH] Remove Breaks --- app/models/qbo_invoice.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/models/qbo_invoice.rb b/app/models/qbo_invoice.rb index 77f6e7b..03120bd 100644 --- a/app/models/qbo_invoice.rb +++ b/app/models/qbo_invoice.rb @@ -104,7 +104,6 @@ class QboInvoice < ActiveRecord::Base if not cf.string_value.to_s.eql? vin cf.string_value = vin.to_s is_changed = true - break end end rescue @@ -126,7 +125,6 @@ class QboInvoice < ActiveRecord::Base cf.string_value = value.value.to_s is_changed = true end - break end # Use the max milage @@ -135,7 +133,6 @@ class QboInvoice < ActiveRecord::Base cf.string_value = value.value.to_s is_changed = true end - break end # Everything else