brotherton-erpnext/erpnext/www/all-products/item_row.html
2021-08-19 13:43:28 +05:30

7 lines
266 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
) }}