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
2
app/views/group_order_invoices/_toggle_paid.html.haml
Normal file
2
app/views/group_order_invoices/_toggle_paid.html.haml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
= link_to toggle_paid_group_order_invoice_path(group_order_invoice), remote: true, method: :patch, data: { turbolinks: false } do
|
||||
= check_box_tag 'paid', '1', group_order_invoice.paid , class: 'form-check-input', id: "paid_#{group_order_invoice.id}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue