fix: show product price in item card

This commit is contained in:
prssanna
2021-01-20 17:46:19 +05:30
parent 599322871a
commit ac7bc78afe
3 changed files with 7 additions and 4 deletions

View File

@@ -26,7 +26,7 @@
{%- set item = frappe.get_doc("Item", item) -%}
{{ item_card(
item.item_name, item.image, item.route, item.description,
item.standard_rate, item.item_group, values['card_' + index + '_featured'],
None, item.item_group, values['card_' + index + '_featured'],
True, "Center"
) }}
{%- endif -%}