brotherton-erpnext/erpnext/www/all-products/item_row.html

8 lines
265 B
HTML
Raw Normal View History

2020-12-24 06:10:33 +00:00
{% from "erpnext/templates/includes/macros.html" import item_card, item_card_body %}
{{ item_card(
item.item_name or item.name, item.website_image or item.image, item.route, item.website_description or item.description,
item.standard_rate, item.item_group
) }}