Skip to content

Commit

Permalink
Merge pull request #621 from GoFroggyRun/tlt_print
Browse files Browse the repository at this point in the history
Change title name for liability table
  • Loading branch information
brittainhard authored Sep 18, 2017
2 parents d51ae84 + fd8d073 commit 5f52120
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion static/js/vendor/DataTables/datatables.js
Original file line number Diff line number Diff line change
Expand Up @@ -28235,7 +28235,7 @@ DataTable.ext.buttons.print = {

// Inject the table and other surrounding information
$(win.document.body).html(
'<h1>'+title+'</h1>'+
'<h1>'+ 'TOTAL LIABILITIES BY CALENDAR YEAR (CHANGE)' +'</h1>'+
'<div>'+config.message+'</div>'+
html
);
Expand Down
2 changes: 1 addition & 1 deletion staticfiles/js/vendor/DataTables/datatables.js
Original file line number Diff line number Diff line change
Expand Up @@ -28235,7 +28235,7 @@ DataTable.ext.buttons.print = {

// Inject the table and other surrounding information
$(win.document.body).html(
'<h1>'+title+'</h1>'+
'<h1>'+ 'TOTAL LIABILITIES BY CALENDAR YEAR (CHANGE)' +'</h1>'+
'<div>'+config.message+'</div>'+
html
);
Expand Down

0 comments on commit 5f52120

Please sign in to comment.