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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
266 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,
2021-01-20 12:16:19 +00:00
item.formatted_price, item.item_group
2020-12-24 06:10:33 +00:00
) }}