Commit f1770131 by Alexis Aoun

Supression d'une ligne de debug et rajout des deux lignes vides

parent c9ba4b8d
......@@ -82,7 +82,6 @@ function select_product_from_bc(barcode) {
}
});
console.log(found.data);
if (found.data == null) {
$.each(list_processed, function(i, e) {
......@@ -884,6 +883,7 @@ function editProductInfo (productToEdit, value = null) {
}
}
}
// Update local storage of product order
localStorage.setItem("order_" + productToEdit.id_po, JSON.stringify(orders[productToEdit.id_po]));
......
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