Goodmorning everyone,
In the system menù I can put the logo for printing pdf invoices. But I can’t find the same option for quotes. Anyone have any ideas on how to set the logo also on quotes?
I had just try to set the image whith this below tag html. But in the print of pdf i see only a red cross and not my logo.
<div id="logo">
<img src="<?php echo base_url(); ?>uploads/logo_quotes.pdf ?>
</div>
Thank you.