fix ajax not adding onclick listener when loading dynamically

This commit is contained in:
viehlieb 2023-11-17 18:15:06 +01:00
parent 90c5450525
commit 06aa20ad0f
12 changed files with 111 additions and 104 deletions

View file

@ -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|