Skip to content

Commit

Permalink
Merge pull request #7039 from h-kataria/cb_rates_no_explorer
Browse files Browse the repository at this point in the history
Chargeback Rates non explorer

(cherry picked from commit cdf3b48)
  • Loading branch information
skateman authored and simaishi committed May 21, 2020
1 parent 978f54b commit 9b8376f
Show file tree
Hide file tree
Showing 31 changed files with 347 additions and 493 deletions.
2 changes: 1 addition & 1 deletion app/controllers/application_controller/report_downloads.rb
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ def set_summary_pdf_data
:page_layout => "portrait",
:page_size => "us-letter",
:run_date => run_time.strftime("%m/%d/%y %l:%m %p %z"),
:title => "#{klass} \"#{@record.name}\"".html_safe,
:title => "#{klass} \"#{get_record_display_name(@record)}\"".html_safe,
:quadicon => true
}

Expand Down
2 changes: 1 addition & 1 deletion app/controllers/chargeback_assignment_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ def replace_right_cell(options = {})
presenter.show(:paging_div, :form_buttons_div).remove_paging
locals = {:record_id => @edit[:rec_id]}
if x_active_tree == :cb_rates_tree
locals[:action_url] = 'cb_rate_edit'
locals[:action_url] = 'edit'
else
locals.update(
:action_url => 'cb_assign_update',
Expand Down
Loading

0 comments on commit 9b8376f

Please sign in to comment.