foodsoft/app/views/group_order_invoices/toggle_paid.js.erb

2 lines
160 B
Text
Raw Normal View History

$("#paid_<%= @group_order_invoice.id %>").html("<%= escape_javascript(render partial: 'toggle_paid', locals: {group_order_invoice: @group_order_invoice}) %>");