brotherton-erpnext/erpnext/www/all-products/item_row.html
2021-01-20 17:46:19 +05:30

8 lines
267 B
HTML

{% 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.formatted_price, item.item_group
) }}