commit | 010718ffed09bef6c485045f9808e7163064130f | [log] [tgz] |
---|---|---|
author | Sabu Siyad <hello@ssiyad.com> | Mon Jan 02 08:58:01 2023 +0530 |
committer | GitHub <noreply@github.com> | Mon Jan 02 08:58:01 2023 +0530 |
tree | 38c439864e191ca0911619a891ae6900532a2810 | |
parent | 98c39c4f5f5824839ca6da0ceaa4f6868be27c1c [diff] |
fix(ecommerce/cart): explicitly set `frappe.boot` (#33431) related: https://github.com/frappe/frappe/pull/18323 Signed-off-by: Sabu Siyad <hello@ssiyad.com> Signed-off-by: Sabu Siyad <hello@ssiyad.com>
diff --git a/erpnext/templates/includes/cart/cart_address.html b/erpnext/templates/includes/cart/cart_address.html index cf60017..a8188ec 100644 --- a/erpnext/templates/includes/cart/cart_address.html +++ b/erpnext/templates/includes/cart/cart_address.html
@@ -55,6 +55,7 @@ {% endif %} <script> +frappe.boot = {{ boot }} frappe.ready(() => { $(document).on('click', '.address-card', (e) => { const $target = $(e.currentTarget);