install, web serving, session booting webnotes/wnframework#351

This commit is contained in:
Rushabh Mehta
2013-12-12 19:12:19 +05:30
parent d2dd83c3a3
commit 1f84799f2d
199 changed files with 583 additions and 512 deletions

View File

@@ -8,7 +8,7 @@ if(!window.erpnext) erpnext = {};
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 @@ $.extend(erpnext.cart, {
} 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,