brotherton-erpnext/erpnext/www/all-products/item_row.html
2020-12-24 11:40:33 +05:30

8 lines
265 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.standard_rate, item.item_group
) }}