Jump to content

Removing blank space from delivery slip


catchop

Recommended Posts

Hello. I recently upgraded from 1.7 to 8.1.
I could delete some unnecessary things from the delivery slip header by editing delivery slip tpl files, but there is still meaningless space on the top.
Does anybody know how to remove this space?
Thank you.

사본 -스크린샷(478).png

Link to comment
Share on other sites

Ok, I could handle this myself.

classes-pdf-PDFGenerator.php

I changed this

$this->setMargins(10, 40, 10);

to

$this->setMargins(10, 0, 10);

Now there is less space on the top.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...