Skip to content

Commit

Permalink
Merge pull request #13861 from isimluk/chargeback-regression-bring-cu…
Browse files Browse the repository at this point in the history
…rrencies-back

Regression: bring currency symbols back to chargeback reports
  • Loading branch information
gtanzillo authored Feb 10, 2017
2 parents bf31b27 + d84d9c2 commit 86fd694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/miq_report/formats.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def self.default_format_for(column, suffix, datatype)
end

def self.default_format_details_for(column, suffix, datatype)
format = FORMATS[default_format_for(column, suffix, datatype)]
format = FORMATS[default_format_for(column.to_sym, suffix, datatype)]
if format
format = format.deep_clone # Make sure we don't taint the original
if DEFAULTS_AND_OVERRIDES[:precision_by_column].key?(column.to_sym)
Expand Down

0 comments on commit 86fd694

Please sign in to comment.