From 5d8b7ba1558421eb765410b4a666286e7194c71e Mon Sep 17 00:00:00 2001 From: Michael RICOIS Date: Tue, 13 Feb 2018 10:41:59 +0100 Subject: [PATCH] Oups --- modules/ant_logistic/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ant_logistic/script.js b/modules/ant_logistic/script.js index 602d7beb..7c003730 100644 --- a/modules/ant_logistic/script.js +++ b/modules/ant_logistic/script.js @@ -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"); } }