I’ve created a custom text editor field named as item_specification inside item doctype. Now I want to use this inside sales invoice print format. But somehow I’m not getting the item_specification inside the print format.
I’m fetching the details by frappe.db.get_value(“Item”, doc.item, "item_specification) or “” }} but I’m getting None.