From c9c4a9995b09a25c491b51f85f22cecd4c00328f Mon Sep 17 00:00:00 2001 From: marination Date: Tue, 12 Oct 2021 19:53:38 +0530 Subject: [PATCH] fix: Item Variant selection empty popup on website - pass item_code instead of website item name to fetch attributes --- erpnext/templates/generators/item/item_configure.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/erpnext/templates/generators/item/item_configure.html b/erpnext/templates/generators/item/item_configure.html index fcab594402b..e97a275fbd8 100644 --- a/erpnext/templates/generators/item/item_configure.html +++ b/erpnext/templates/generators/item/item_configure.html @@ -4,8 +4,8 @@
{% if cart_settings.enable_variants | int %}