Browse Source

feat: fix typo

pull/2142/head
natdeanlewissoftwire 2 years ago
parent
commit
1227a66691
  1. 2
      app/controllers/bulk_upload_sales_results_controller.rb

2
app/controllers/bulk_upload_sales_results_controller.rb

@ -28,7 +28,7 @@ class BulkUploadSalesResultsController < ApplicationController
end
def deletion_report
@bulk_upload = BulkUpload.lettings.find(params[:id])
@bulk_upload = BulkUpload.sales.find(params[:id])
authorize @bulk_upload
end

Loading…
Cancel
Save