Skip to content

Commit

Permalink
Merge pull request #3000 from sparc-request/clinical-services-visits-…
Browse files Browse the repository at this point in the history
…report-column-titles

GM - Cost analysis report - update column titles on clinical services with visits
  • Loading branch information
amcates committed Oct 10, 2022
2 parents 22bc137 + d90392d commit bb50460
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/lib/cost_analysis/visit_table.rb
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ def build_header_row
static_columns = [
{:colspan => 1, :content => self.arm_name},
{:content => "Quantity Type", :align => :center, :single_line => false, :overflow => :shrink_to_fit, :width => 40},
{:content => "Current", :size => 5, :width => 40, :align => :center, :valign => :middle},
{:content => "Your Price",:size => 5, :width => 40, :align => :center, :valign => :middle},
{:content => "Service Rate", :size => 5, :width => 40, :align => :center, :valign => :middle},
{:content => "Your Cost",:size => 5, :width => 40, :align => :center, :valign => :middle},
{:content => "Subject", :width => 40, :align => :center, :valign => :middle, :size => 8}
]
dynamic_columns = @visit_labels.map do |visit_label|
Expand Down

0 comments on commit bb50460

Please sign in to comment.