move to ajax function for every direct debit xml download
This commit is contained in:
parent
636aad0b3e
commit
f98d083647
23 changed files with 158 additions and 128 deletions
|
|
@ -0,0 +1,5 @@
|
|||
class RenamePayedToPaidOnGroupOrderInvoices < ActiveRecord::Migration[7.0]
|
||||
def change
|
||||
rename_column :group_order_invoices, :payed, :paid
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue