Merge branch 'website-wip' of github.com:webnotes/erpnext into website-wip

This commit is contained in:
Anand Doshi 2013-09-10 15:54:17 +05:30
commit f2d0255031

View File

@ -4,6 +4,11 @@
import webnotes, conf, os
from webnotes.utils import cint, cstr, encode
def get_website_settings():
return {
"shopping_cart_enabled": cint(webnotes.conn.get_default("shopping_cart_enabled"))
}
@webnotes.whitelist()
def update_profile(fullname, password=None, company_name=None, mobile_no=None, phone=None):
from selling.utils.cart import update_party