mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-09 01:14: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
|
if not cf.string_value.to_s.eql? vin
|
||||||
cf.string_value = vin.to_s
|
cf.string_value = vin.to_s
|
||||||
is_changed = true
|
is_changed = true
|
||||||
break
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
rescue
|
rescue
|
||||||
@@ -126,7 +125,6 @@ class QboInvoice < ActiveRecord::Base
|
|||||||
cf.string_value = value.value.to_s
|
cf.string_value = value.value.to_s
|
||||||
is_changed = true
|
is_changed = true
|
||||||
end
|
end
|
||||||
break
|
|
||||||
end
|
end
|
||||||
|
|
||||||
# Use the max milage
|
# Use the max milage
|
||||||
@@ -135,7 +133,6 @@ class QboInvoice < ActiveRecord::Base
|
|||||||
cf.string_value = value.value.to_s
|
cf.string_value = value.value.to_s
|
||||||
is_changed = true
|
is_changed = true
|
||||||
end
|
end
|
||||||
break
|
|
||||||
end
|
end
|
||||||
|
|
||||||
# Everything else
|
# Everything else
|
||||||
|
|||||||
Reference in New Issue
Block a user