Get Suplier Name For Sign

Hi …

Hello I’m trying to make a print format through print builder,
I tried to enter the name of the supplier in the signature bar but did not appear
Here’s my HTM format

But Result Is None

Thanks You

@irvan06,

try, {{ frappe.db.get_value("Supplier", doc.supplier, "supplier_name") }}

the syntax for the get_value method is as follows.

frappe.db.get_value(DocType, docname, fieldname)

Thanks, Makarand

3 Likes

Halooo Mak … This is Work

Thanks