foodsoft/app/views/orders/render_modal.js.erb

3 lines
122 B
Text
Raw Normal View History

$('#modalContainer').html('<%= j(render("group_order_invoices/modal", order: @order)) %>');
$('#modalContainer').modal();