firegento / firegento-pdf

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

IBAN breaks on readable IBANs with spaces (footer column width not enough) #335

Closed mobilizer closed 7 years ago

mobilizer commented 7 years ago

IBAN column width is not enough for readable IBANs including spaces like:

DE00 1234 1234 1234 1234 77

It breaks the last two digits to a new line.

Current width is 140. Width 145 would be enough space for the spaces.

abstract class FireGento_Pdf_Model_Engine_Abstract

            'iban'               => Mage::helper('firegento_pdf')->__('IBAN:')
        );
        $this->_insertFooterBlock($page, $fields, 215, 50, 140);