fix toggle_all sepa_exported when only one is downloaded
This commit is contained in:
parent
24c25b5278
commit
fc46281de8
2 changed files with 14 additions and 5 deletions
|
|
@ -24,7 +24,7 @@
|
|||
%tbody
|
||||
- order.group_orders.includes([:group_order_invoice, :ordergroup]).each do |go|
|
||||
- if go.group_order_invoice
|
||||
%tr.order-row
|
||||
%tr.order-row{id: "group_order_#{go.id}"}
|
||||
%td= link_to go.ordergroup.name, edit_admin_ordergroup_path(go.ordergroup)
|
||||
%td
|
||||
.div{id: "paid_#{go.group_order_invoice.id}"}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue