Fetch data from item to sales invoice print format

Hi @yara,

Please apply/try it.

{{ frappe.db.get_value("Item",{"item_code": row.item_code},'package') }}

Then reload and check it.

Thank You!

1 Like