Commit a3ec6bff by Etienne Freiss

Merge branch 'dev_cooperatic' into 2500-delete-extra-shift-display-date-bug

parents 7af15e88 fe8b6ea3
Pipeline #1936 passed with stage
in 1 minute 27 seconds
...@@ -1738,7 +1738,7 @@ function display_products(params) { ...@@ -1738,7 +1738,7 @@ function display_products(params) {
} }
} }
}); });
products_table.search('');
$('.main').show(); $('.main').show();
$('#main_content_footer').show(); $('#main_content_footer').show();
$('#do_inventory').show(); $('#do_inventory').show();
...@@ -2494,6 +2494,7 @@ $(document).ready(function() { ...@@ -2494,6 +2494,7 @@ $(document).ready(function() {
e.preventDefault(); e.preventDefault();
if (is_time_to('submit_new_order_form', 1000)) { if (is_time_to('submit_new_order_form', 1000)) {
create_cdb_order(); 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