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>
This commit is contained in:
parent
98c39c4f5f
commit
010718ffed
@ -55,6 +55,7 @@
|
||||
{% endif %}
|
||||
|
||||
<script>
|
||||
frappe.boot = {{ boot }}
|
||||
frappe.ready(() => {
|
||||
$(document).on('click', '.address-card', (e) => {
|
||||
const $target = $(e.currentTarget);
|
||||
|
Loading…
x
Reference in New Issue
Block a user