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:
marination
2021-08-26 19:14:10 +05:30
parent 6b2b9dcee2
commit 1bb135b2d3
8 changed files with 22 additions and 22 deletions

View File

@@ -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();
}
}