Commit ad71aad1 by Damien Moulard

fix duplicate code after probably a merge

parent 9bc038d0
Pipeline #1748 passed with stage
in 1 minute 36 seconds
...@@ -766,7 +766,6 @@ function commit_actions_on_product(product, inputs) { ...@@ -766,7 +766,6 @@ function commit_actions_on_product(product, inputs) {
if (actions.npa.length > 0 || actions.to_archive === true) { if (actions.npa.length > 0 || actions.to_archive === true) {
// Remove NPA & archived products // Remove NPA & archived products
products.splice(index, 1); products.splice(index, 1);
update_main_screen();
debounceFunction(update_cdb_order); debounceFunction(update_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