This commit is contained in:
Michael RICOIS 2018-02-13 10:41:59 +01:00
parent c4de0d3e8e
commit 5d8b7ba155

View File

@ -129,7 +129,7 @@ function qtyDown(el) {
if(input.parent().parent().hasClass('pack_item')){
packQtyDown(input.attr('data-id_order_detail'));
} else {
if(parseInt(input.val()) > 0) {
if(parseInt(input.val()) > 0) {
$(input).trigger("change");
}
}