Transfer all header to second page invoice pdf

Hi

I need to transfer all header data to second page if to many products in first page.
Now transfer only logo.
I need transfer logo, sender info, receiver info, invoice info.

how to find this code in crabe.php

Any help???

Hi as32,

That’s weird. Normally everything but adresses is repeated on new pages.

I have to say that the description of your problem is a bit short to expect a productive answer. Maybe you could indicate the dolibarr version used, the underlying platform, the pdf model used, and if possible a screeshot of the printout.

Regards,
Marc

Hi simicar

Work in dolibarr 5.01,crabe.pdf

This photo in invoice first and second pages.

I need same header in all pages.

Hi,

Ok, you have all information but adresses, which is the expected behaviour in most instances.

If you want to have adresses on the other pages as well, either modify the call to _pagehead setting the third variable to 1 or change the _pagehead function to force printing the address on all pages.

Regards,
Marc

Hi

Yes its work,Thanks