Commit 567c69d7 by Alexis Aoun

Suppression d'un TODO

parent 1ac29a14
......@@ -178,7 +178,6 @@ function price_to_weight_confirmed_callback (foundProduct, scannedProduct) {
if (priceToWeightIsCorrect) {
foundProduct.data.product_qty = scannedProduct.qty;
} else {
//TODO il n'y a aucun controle sur l'input à corriger
var tmp = Number((scannedProduct.value/document.getElementById("new_price_to_weight").value).toFixed(3));
if (isFinite(tmp)) {
......
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