InsideOrders fix
This commit is contained in:
@@ -702,8 +702,7 @@ function checkProducts() {
|
||||
items[index].quantity = pqty;
|
||||
}
|
||||
|
||||
if (items[index].product_component == 1
|
||||
&& id == items[index].product_product_id) {
|
||||
if (items[index].product_component == 1) {
|
||||
items[index].quantity = pqty * $("#quantity_comp_" + index).val();
|
||||
$("#quantity_" + index).val(FormatNumber(items[index].quantity, 4));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user