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

2 lines
162 B
Text
Raw Normal View History

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