[-] BO : fix #PSCFV-4681

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17731 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2012-10-03 15:43:09 +00:00
parent 35803ef67c
commit 266befeea5
+1 -1
View File
@@ -82,7 +82,7 @@ function initEvent()
data: 'ajax=true&method=updateTOSStatusAndGetPayments&checked=' + checked + '&token=' + static_token,
success: function(json)
{
window.location.href = baseDir+'index.php?controller=order-opc';
window.location.href = orderOpcUrl;
}
});
});