Commit 476540af by Alexis Aoun

suppression de lignes de debug

cleaning

suppression de ligne de debug
parent 1988c674
......@@ -175,7 +175,6 @@ function update_distant_orders() {
function price_to_weight_confirmed_callback (found, p){
return function price_to_weight_confirmed(){
console.log("confirming")
if(priceToWeightIsCorrect)
found.data.product_qty = p.qty;
else
......@@ -859,8 +858,6 @@ function set_supplier_shortage(row, product, from_processed = false) {
// Set edition
function setLineEdition(product) {
editing_product = product;
console.log(editing_product);
// name
document.getElementById('product_name').innerHTML = editing_product.product_id[1];
......
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