diff --git a/Apollo/assets/js/controllers/feesStatusCtrl.js b/Apollo/assets/js/controllers/feesStatusCtrl.js index f0578c60..f12fe838 100755 --- a/Apollo/assets/js/controllers/feesStatusCtrl.js +++ b/Apollo/assets/js/controllers/feesStatusCtrl.js @@ -2283,7 +2283,8 @@ app.controller('FeesModalInstanceCtrl', ["$scope", "$modalInstance", "$timeout", var popupWinindow = window.open('', '_blank', 'width=1200,height=700,scrollbars=no,menubar=no,toolbar=no,location=no,status=no,titlebar=no'); popupWinindow.document.open(); popupWinindow.document.write(''); - popupWinindow.document.write(''); popupWinindow.document.write(innerContents);