5 lines
167 B
Plaintext
5 lines
167 B
Plaintext
<% js = escape_javascript(
|
|
|
|
render(partial: 'batch_line_items/search', locals: { batchLineItems: @batchLineItems })
|
|
) %>
|
|
$("#filterrific_results").html("<%= js %>"); |