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

@@ -4,8 +4,8 @@
// js inside blog page
// shopping cart
frappe.provide("e_commerce.shopping_cart");
var shopping_cart = e_commerce.shopping_cart;
frappe.provide("erpnext.e_commerce.shopping_cart");
var shopping_cart = erpnext.e_commerce.shopping_cart;
$.extend(shopping_cart, {
show_error: function(title, text) {