Commit fe8b6ea3 by François C.

#2475 force search input clearing when order changes (orders helper)

parent 3ecb4014
Pipeline #1935 passed with stage
in 1 minute 30 seconds
......@@ -1738,7 +1738,7 @@ function display_products(params) {
}
}
});
products_table.search('');
$('.main').show();
$('#main_content_footer').show();
$('#do_inventory').show();
......@@ -2494,6 +2494,7 @@ $(document).ready(function() {
e.preventDefault();
if (is_time_to('submit_new_order_form', 1000)) {
create_cdb_order();
}
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment