Jump to content

Client View Prinint of Invoices producing blank 2nd Page


Recommended Posts

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?

Link to comment
Share on other sites

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;
    }
}

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated