Skip to content

Commit

Permalink
extra '' causing error on calendar consolidated request tab
Browse files Browse the repository at this point in the history
  • Loading branch information
ying-pbrc committed Aug 26, 2016
1 parent 05f912c commit d175af9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
- @protocol.service_requests.each do |service_request|
- service_request.service_list(true).each do |_, value| # get only one time fee services
- value[:line_items].each do |line_item|
- next if %w('first_draft' 'draft').include?(line_item.sub_service_request.status)
- next if %w(first_draft draft).include?(line_item.sub_service_request.status)
%tr.line_item.otfs{ class: cycle('odd', '', name: 'otfs'), :"data-unit_factor" => line_item.service.displayed_pricing_map.unit_factor }
%td.service_name
= line_item.service.name
Expand Down

0 comments on commit d175af9

Please sign in to comment.