Merge branch 'ticket-14739-PackLogistic' into develop
Conflicts: modules/ant_logistic/script.js
This commit is contained in:
commit
5b2fb71241
@ -129,9 +129,15 @@ function qtyDown(el) {
|
||||
if(input.parent().parent().hasClass('pack_item')){
|
||||
packQtyDown(input.attr('data-id_order_detail'));
|
||||
} else {
|
||||
<<<<<<< HEAD
|
||||
if(parseInt(input.val()) > 0) {
|
||||
$(input).trigger("change");
|
||||
}
|
||||
=======
|
||||
if(parseInt(input.val()) > 0) {
|
||||
$(input).trigger("change");
|
||||
}
|
||||
>>>>>>> refs/heads/ticket-14739-PackLogistic
|
||||
}
|
||||
|
||||
changeCarrier();
|
||||
@ -149,7 +155,11 @@ function checkQuantityPack(id_order_detail){
|
||||
if(parseFloat(result)>=1){
|
||||
quantity_ok[id_item] = parseInt(quantity / item_pack_quantity);
|
||||
} else {
|
||||
<<<<<<< HEAD
|
||||
quantity_ok[id_item] = false;
|
||||
=======
|
||||
quantity_ok[id_item] = false;
|
||||
>>>>>>> refs/heads/ticket-14739-PackLogistic
|
||||
}
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user