mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-05 05:09:11 +00:00
fix: Sider and CI
- Incorrect path and Settings in price_list.py import due to merge - Extra space removed in website_item.py - Changed client side namespace to `erpnext.e_commerce.*`
This commit is contained in:
@@ -20,8 +20,8 @@ $(() => {
|
||||
}
|
||||
|
||||
bind_card_actions() {
|
||||
e_commerce.shopping_cart.bind_add_to_cart_action();
|
||||
e_commerce.wishlist.bind_wishlist_action();
|
||||
erpnext.e_commerce.shopping_cart.bind_add_to_cart_action();
|
||||
erpnext.e_commerce.wishlist.bind_wishlist_action();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user