You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a custom field in items doctype which i created. I am using Print Designer for Sales Invoices. I need to add the custom field on the list of items sold. I have tried to add the field in Print Designer by adding a new field and Enabling Jinja then inserting {{ frappe.db.get_value("Item", row.item_name, custom_hscode) }} but still got nothing
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I have a custom field in items doctype which i created. I am using Print Designer for Sales Invoices. I need to add the custom field on the list of items sold. I have tried to add the field in Print Designer by adding a new field and Enabling Jinja then inserting {{ frappe.db.get_value("Item", row.item_name, custom_hscode) }} but still got nothing
Beta Was this translation helpful? Give feedback.
All reactions