Skip to content

Commit

Permalink
Merge pull request #1076 from jzigmund/bz1441152-missing_flash_messag…
Browse files Browse the repository at this point in the history
…es_in_chargeback_rates

Add flash messages partial view to the edit form of chargeback rates
  • Loading branch information
Dan Clarizio authored Apr 24, 2017
2 parents 5a71aee + 143c1c2 commit 983abc6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions app/views/chargeback/_cb_rate_edit.html.haml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
- url = url_for_only_path(:action => 'cb_rate_form_field_changed', :id => @edit[:rec_id] || "new")
- currency = ChargebackRateDetailCurrency.currencies_for_select
= render :partial => "layouts/flash_msg"
#form_div
%h3
= _('Basic Info')
Expand Down
1 change: 0 additions & 1 deletion app/views/chargeback/_cb_rate_show.html.haml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
= render :partial => "layouts/flash_msg"
- if @edit && @edit[:current]
= render :partial => "cb_rate_edit"
- else
Expand Down

0 comments on commit 983abc6

Please sign in to comment.