Skip to content

Commit

Permalink
Merge pull request #338 from sparc-request/jl-add-status-portal-servi…
Browse files Browse the repository at this point in the history
…ce-view

Needed to use helper method to display status correctly.
  • Loading branch information
jleonardw9 committed Apr 5, 2016
2 parents 5a4f0d1 + d4c22b5 commit eab0835
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
- next unless value[:line_items].include?(line_item)
%tr.line_item
%td.service_name= line_item.service.display_service_name
%td.status= line_item.service_request.status
%td.status= display_line_items_status(line_item)

%td.your_cost= display_your_cost line_item
%td.subject_count= line_items_visit.subject_count
Expand Down

0 comments on commit eab0835

Please sign in to comment.