fix ajax not adding onclick listener when loading dynamically
This commit is contained in:
parent
90c5450525
commit
06aa20ad0f
12 changed files with 111 additions and 104 deletions
|
|
@ -59,6 +59,7 @@ class GroupOrderInvoicesController < ApplicationController
|
|||
|
||||
def select_sepa_sequence_type
|
||||
@group_order_invoice = GroupOrderInvoice.find(params[:id])
|
||||
@group_order = @group_order_invoice.group_order
|
||||
return unless params[:sepa_sequence_type]
|
||||
|
||||
respond_to do |format|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue