@@ -793,7 +793,7 @@ define(['app/app'], function (app) {
method: 'POST'
}).success(function(data) {
if (data.success) {
- window.open("applyPurchase/" + data.data);
+ window.location.href = "applyPurchase/" + data.data;
} else {
toaster.pop('error', data.message);
}