Print issue {{ frappe.db.get_value("Customer", doc.customer, "tax_id") }}

Sorry to make you confused, and unconfortable.
It is in line # 10 and line # 14.
Appreciated.

Can you provide this?

Hi @Tufan_Kaynak2,

Has your issue been resolved?

If not can you please do bench clear-cache ?

Best Regards,
Kartive

this print issue still here.
i use bench clear-cache
not solved.

Try this:

{% set var = frappe.db.get_value(“Customer”, doc.customer, “customer_type”) %}
{{var}}

i applied your code, still display none in pdf.:joy: