diff --git a/lib/tel_selections.rb b/lib/tel_selections.rb index 6485e52061cb561a9f3242df9441cfea4be9952f..8eaa8f65b590672b7941333bc8a576218e83e03e 100644 --- a/lib/tel_selections.rb +++ b/lib/tel_selections.rb @@ -97,7 +97,8 @@ class TelSelections def choose_tel(iq) AvailableNumber.for( - iq.form, customer: customer, redis: @redis, db: @db, memcache: @memcache + iq.form, + customer: @customer, redis: @redis, db: @db, memcache: @memcache ).then { |avail| next avail if avail.is_a?(Tn::Bandwidth)