Moved Portal and Shopping Cart to Shopping Cart app, and some minor fixes

This commit is contained in:
Anand Doshi
2013-12-31 17:38:21 +05:30
parent 0663ec4a9c
commit 9a4a13cb73
90 changed files with 35 additions and 3091 deletions

View File

@@ -8,7 +8,7 @@ cur_frm.cscript.account_head = function(doc, cdt, cdn) {
} else if(d.account_head && d.charge_type!=="Actual") {
wn.call({
type:"GET",
method: "controllers.accounts_controller.get_tax_rate",
method: "erpnext.controllers.accounts_controller.get_tax_rate",
args: {"account_head":d.account_head},
callback: function(r) {
wn.model.set_value(cdt, cdn, "rate", r.message || 0);