install, web serving, session booting webnotes/wnframework#351
diff --git a/erpnext/public/js/website_utils.js b/erpnext/public/js/website_utils.js
index e752812..fda30b8 100644
--- a/erpnext/public/js/website_utils.js
+++ b/erpnext/public/js/website_utils.js
@@ -8,7 +8,7 @@
wn.send_message = function(opts, btn) {
return wn.call({
type: "POST",
- method: "portal.utils.send_message",
+ method: "erpnext.portal.utils.send_message",
btn: btn,
args: opts,
callback: opts.callback
@@ -46,7 +46,7 @@
} else {
return wn.call({
type: "POST",
- method: "selling.utils.cart.update_cart",
+ method: "erpnext.selling.utils.cart.update_cart",
args: {
item_code: opts.item_code,
qty: opts.qty,