5 lines
150 B
Plaintext
5 lines
150 B
Plaintext
<% if @p_customer_sheets %>
|
|
$('#p_customer_sheets_rows').html("<%= escape_javascript(render(@p_customer_sheets))%>");
|
|
<% end %>
|
|
close_pane_hover();
|