mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-06 13:49:13 +00:00
feat: Card Actions and Wishlist
- Rough UI for card actions - Wishlist doctype - Indicators on card based on stock availability
This commit is contained in:
@@ -2,5 +2,5 @@
|
||||
|
||||
{{ 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
|
||||
item.formatted_price, item.item_group, in_stock=item.in_stock
|
||||
) }}
|
||||
|
||||
Reference in New Issue
Block a user