Merge pull request #29625 from frappe/fix-web-portal
fix: Load control & dialog assets with `cart.js`
This commit is contained in:
commit
4d5749ba7d
@ -1,7 +1,6 @@
|
||||
import "./website_utils";
|
||||
import "./wishlist";
|
||||
import "./shopping_cart";
|
||||
import "./cart";
|
||||
import "./customer_reviews";
|
||||
import "../../e_commerce/product_ui/list";
|
||||
import "../../e_commerce/product_ui/views";
|
||||
|
@ -1,9 +1,7 @@
|
||||
// Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
|
||||
// License: GNU General Public License v3. See license.txt
|
||||
|
||||
// js inside blog page
|
||||
|
||||
// shopping cart
|
||||
// JS exclusive to /cart page
|
||||
frappe.provide("erpnext.e_commerce.shopping_cart");
|
||||
var shopping_cart = erpnext.e_commerce.shopping_cart;
|
||||
|
Loading…
x
Reference in New Issue
Block a user