firegento / firegento-pdf

Generates nicer and configurable PDF for invoices, creditmemos and shippings in Magento
100 stars 62 forks source link

Pass correct headerLines to event transport object #372

Closed philippta closed 6 years ago

philippta commented 6 years ago

Before dispatching the firegento_pdf_header_lines event, the headerLines are passed into the transport object. In the current state, an undefined variable called $this->headerLines is passed into it. This commit fixes the typo and passes the correct $this->_headerLines variable into the transport object.

Schrank commented 6 years ago

Thanks @philippta!