bboilard Posted August 24, 2018 Share Posted August 24, 2018 I am using WHMCS ver 7.6.0 and I have an issue with printing client view Invoices in that it is always printing a Blank 2nd page. Noting I do to viewinvoice.tpl makes any difference as I am always getting that 2nd page. Does anyone have any idea where this 2nd page is coming from. I know I' have copied the six directory into my custom folder and it is using that folder. But that 2nd page is coming from somewhere... either from viewinvoice.tpl, all.min.css, or invoice.css Anybody have any suggestions into this? 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted August 26, 2018 Share Posted August 26, 2018 On 24/08/2018 at 21:25, bboilard said: Anybody have any suggestions into this? you should test this solution on different browsers and multiple invoices, but on Firefox this works for me... in invoice.css, change... @media print { html, body { width: 750px; } } to... @media print { html, body { width: 750px; height: auto; } } 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.