Skip to content

Commit

Permalink
Merge pull request #6285 from skateman/chargeback-report-accord
Browse files Browse the repository at this point in the history
Test against the right accor when switching to chargeback reports

(cherry picked from commit 00448c1)

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1767810
  • Loading branch information
h-kataria authored and simaishi committed Nov 1, 2019
1 parent 8785863 commit 7e7115f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/chargeback_controller.rb
Expand Up @@ -335,7 +335,7 @@ def cb_rpts_build_tree
end

def cb_rpts_show_saved_report
@sb[:last_savedreports_id] = parse_nodetype_and_id(params[:id]).last if params[:id] && params[:id] != "reports"
@sb[:last_savedreports_id] = parse_nodetype_and_id(params[:id]).last if params[:id] && params[:id] != "cb_reports_accord"
cb_rpts_fetch_saved_report(@sb[:last_savedreports_id])
@sb[:parent_reports] = nil if @report.blank?
end
Expand Down

0 comments on commit 7e7115f

Please sign in to comment.