diff --git a/adm/mraddressedit.php b/adm/mraddressedit.php index 224e4717..221d6324 100644 --- a/adm/mraddressedit.php +++ b/adm/mraddressedit.php @@ -116,10 +116,9 @@ if($cookie->isLoggedBack() && $cart = Tools::getValue('id_cart')) { Country: isocode, PostCode: postcode, ColLivMod: mode, - NbResults: "7", + NbResults: "15", DisplayMapInfo: true, OnParcelShopSelected: function (data) { - console.log(data); updateForm("24R",data.Nom,"",data.Adresse1,data.Adresse2,data.CP,data.Ville,data.ID); $("#cb_ID").html(data.ID); $("#cb_Nom").html(data.Nom);