Back to Erpnext

Rfq Items

erpnext/templates/includes/rfq/rfq_items.html

16.20.1233 B
Original Source

{% from "templates/includes/rfq/rfq_macros.html" import item_name_and_description %} {% for d in doc.items %}

{{ item_name_and_description(d, doc) }}

{{_("UOM") + ":"+ d.uom}}

{{doc.currency_symbol}} 0.00

{% endfor %}