ActiveRecord::RecordNotFound in CustomersController#show_sedcard_popup

Couldn't find Customer with id=11422

Extracted source (around line #296):
294
295
296
297
298
299
          
def show_sedcard_popup
@customer = Customer.find(params[:id])
@filter = params[:filter]
render :layout => 'layouts/content_colorbox'

Rails.root: /jic

Application Trace | Framework Trace | Full Trace
app/controllers/customers_controller.rb:296:in `show_sedcard_popup'

Request

Parameters:

{"filter"=>"model",
 "id"=>"11422"}

Response

Headers:

None