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
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
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
Halooo Mak … This is Work
Thanks