Oups
This commit is contained in:
parent
c4de0d3e8e
commit
5d8b7ba155
@ -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");
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user