Skip to content

Commit

Permalink
Merge pull request sparc-request#228 from bmic-development/jtm_sr_rep…
Browse files Browse the repository at this point in the history
…ort_add_owner_column

Added owner column to SR report [#143819701]
  • Loading branch information
Stuart-Johnson committed Apr 24, 2017
2 parents 9ea620d + 4d4c28e commit 6c415e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/reports/service_requests.rb
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ def column_attrs
attrs["Sent to SPARCFulfillment"] = "in_work_fulfillment ? 'Yes' : 'No'"
end

attrs["Owner"] = '"#{owner.try(:first_name)} #{owner.try(:last_name)}"'

attrs
end

Expand Down

0 comments on commit 6c415e8

Please sign in to comment.