mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 18:59:08 +00:00
shopping cart issue fixes
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
{% set cart_settings = shopping_cart.cart_settings %}
|
||||
|
||||
<div class="mt-3">
|
||||
{% if cart_settings.show_configure_button | int %}
|
||||
{% if cart_settings.enable_variants | int %}
|
||||
<button class="btn btn-primary btn-configure"
|
||||
data-item-code="{{ doc.name }}"
|
||||
data-item-name="{{ doc.item_name }}"
|
||||
|
||||
Reference in New Issue
Block a user