-
Notifications
You must be signed in to change notification settings - Fork 356
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chargeback Rates non explorer #7039
Changes from 6 commits
c083fc0
0fbdb08
67c3abf
c59b978
c21e705
23884bf
67f8ef2
b85a562
ae4dbbf
1f3cfe3
0a4ced8
750b140
1e81bda
b98126b
7922c22
f78f984
bf3fb4d
5e9422a
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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} \"#{@record.respond_to?(:name) ? @record.name : @record.description}\"".html_safe, | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can you please explain why is this extra complexity necessary? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @skateman because |
||
:quadicon => true | ||
} | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
debugging statement - please remove