[-] BO : fix #PSCFV-4681

This commit is contained in:
lLefevre
2012-10-03 15:43:09 +00:00
parent d238e31e45
commit c25a20e68b
+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;
}
});
});