Commit f8dc0179 by Alexis Aoun

rajout d'une ligne manquante

parent d4300f92
Pipeline #1135 passed with stage
in 1 minute 22 seconds
......@@ -816,6 +816,7 @@ function editProductInfo (productToEdit, value = null) {
productToEdit.old_qty = productToEdit.product_qty;
firstUpdate = true;
}
// Edit product info
productToEdit.product_qty = newValue;
/*
......
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