ActiveRecord::RecordNotFound in CustomersController#show_external_sedcard_popup

Couldn't find Customer with id=11502

Extracted source (around line #303):
301
302
303
304
305
306
          
def show_external_sedcard_popup
@customer = Customer.find(params[:id])
@filter = params[:filter]
render :layout => 'layouts/content_colorbox_external'

Rails.root: /jic

Application Trace | Framework Trace | Full Trace
app/controllers/customers_controller.rb:303:in `show_external_sedcard_popup'

Request

Parameters:

{"filter"=>"professional",
 "id"=>"11502"}

Response

Headers:

None