Skip to content

Commit

Permalink
Merge pull request #220 from bmic-development/wth-sr-report-fix
Browse files Browse the repository at this point in the history
(SPARCRequest) Service Request Report Fulfillment Column Bug
  • Loading branch information
Stuart-Johnson committed Apr 19, 2017
2 parents 794f6f3 + a057eee commit 97a18fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/reports/service_requests.rb
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def column_attrs
end

if params[:fulfillment_info]
attrs["Sent to SPARCFulfillment"] = "service_request.sub_service_requests.in_work_fulfillment.any? ? 'Yes' : 'No'"
attrs["Sent to SPARCFulfillment"] = "in_work_fulfillment ? 'Yes' : 'No'"
end

attrs
Expand Down

0 comments on commit 97a18fa

Please sign in to comment.