[-] FO : #PSCFV-3099 - Fix bug with multishipping on changing billing address

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16268 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mDeflotte
2012-07-06 15:13:31 +00:00
parent b3b7a1f9b9
commit ff23b59fe2
+10 -1
View File
@@ -107,7 +107,16 @@ function updateAddresses()
async: true,
cache: false,
dataType : "json",
data: 'processAddress=true&step=2&ajax=true&controller=order&id_address_delivery=' + idAddress_delivery + '&id_address_invoice=' + idAddress_invoice+ '&token=' + static_token ,
data: {
processAddress: true,
step: 2,
ajax: 'true',
controller: 'order',
'multi-shipping': $('#id_address_delivery:hidden').length,
id_address_delivery: idAddress_delivery,
id_address_invoice: idAddress_invoice,
token: static_token
},
success: function(jsonData)
{
if (jsonData.hasError)