feesStatusCtrl.js edited online with Bitbucket -for pdf border

This commit is contained in:
gandhimathi 2018-08-06 09:02:52 +00:00
parent 6ef11f3ad1
commit a7f7110ee8

View File

@ -2284,7 +2284,7 @@ app.controller('FeesModalInstanceCtrl', ["$scope", "$modalInstance", "$timeout",
popupWinindow.document.open();
popupWinindow.document.write('<html>');
popupWinindow.document.write('<style type="text/css">');
//popupWinindow.document.write('.table{border-collapse: collapse; color: black;}');
popupWinindow.document.write('.title{border:3px solid black;}');
popupWinindow.document.write('</style>');
popupWinindow.document.write(innerContents);
popupWinindow.document.write('</html>');