-
-
Notifications
You must be signed in to change notification settings - Fork 18.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Printing invoice with tables adds blank pages #264
Comments
Hello, Are you using a page from the template or your own customized page? If you are using a customized page please share a code sample for us to test. Thanks! |
Hello, I'm using the Invoice template page. I have kept the page mostly the same,
|
We are having issues with printing. I am trying my best to fix them. I will get back to you once I get the main issues sorted out. Thanks for your patience. |
This issue has been solved in master. Please wait for the next release to come out and test again. Meanwhile, I will close this issue. If the issue persists in the next release please reopen this issue or open a new one. Thank you! |
Just some info for anyone else that may encounter this: We were using the previous version (v1) of AdminLTE, and the issue was resolved by using the Print CSS from v2 along with removing the div Wrapper class. Thank you almasaeed for the help! |
Hi,
I am having a problem printing from the invoice template. It seems that anytime a table appears on a page, it causes an additional blank page to appear after the current one. The problem is fixed by using the float: none setting on the body, but this also causes all of the bootstrap columns to lose their layout. Does anyone else have a fix for this? Thanks!
The text was updated successfully, but these errors were encountered: