fix invoice print layout and pdf

This commit is contained in:
Brett Whiteman
2018-10-11 05:35:38 +13:00
parent 8315665daf
commit f039447d8a
3 changed files with 212 additions and 176 deletions

View File

@@ -4,11 +4,7 @@
<body onload="window.print();">
@stack('body_start')
<!-- Content Wrapper. Contains page content -->
<div class="wrapper" style="margin-left: 0; page-break-after: always;">
@yield('content')
</div>
<!-- /.content-wrapper -->
@yield('content')
@stack('body_end')
</body>