Which property to use to get company logo

Hello,

I am customizing quotation print format. I need to display the company logo in the Jinja template.

How is it possible to do that?

Regards
Jaime

Forget it… I have found that this works:

<img src="{{ frappe.db.get_value("Company", doc.company, "company_logo") or "" }}" alt="" style="height: 80px" />
1 Like