mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-08 08:54:23 -05:00
Remove Breaks
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user