feesStatusCtrl.js edited online with Bitbucket -for pdf border
This commit is contained in:
parent
6ef11f3ad1
commit
a7f7110ee8
@ -2284,7 +2284,7 @@ app.controller('FeesModalInstanceCtrl', ["$scope", "$modalInstance", "$timeout",
|
|||||||
popupWinindow.document.open();
|
popupWinindow.document.open();
|
||||||
popupWinindow.document.write('<html>');
|
popupWinindow.document.write('<html>');
|
||||||
popupWinindow.document.write('<style type="text/css">');
|
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('</style>');
|
||||||
popupWinindow.document.write(innerContents);
|
popupWinindow.document.write(innerContents);
|
||||||
popupWinindow.document.write('</html>');
|
popupWinindow.document.write('</html>');
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user