mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 10:49:09 +00:00
Merge branch 'wsgi' of https://github.com/webnotes/erpnext into i18n
Conflicts: accounts/doctype/purchase_taxes_and_charges_master/purchase_taxes_and_charges_master.js accounts/doctype/sales_taxes_and_charges_master/sales_taxes_and_charges_master.js public/js/complete_setup.js selling/doctype/opportunity/opportunity.js selling/doctype/quotation/quotation.js
This commit is contained in:
@@ -3,4 +3,5 @@
|
||||
|
||||
from __future__ import unicode_literals
|
||||
|
||||
no_cache = True
|
||||
no_cache = True
|
||||
no_sitemap = True
|
||||
@@ -7,6 +7,7 @@ from webnotes import _
|
||||
from webnotes.utils import cstr
|
||||
|
||||
no_cache = True
|
||||
no_sitemap = True
|
||||
|
||||
def get_context():
|
||||
from selling.utils.cart import get_lead_or_customer
|
||||
@@ -33,7 +34,7 @@ def update_profile(fullname, password=None, company_name=None, mobile_no=None, p
|
||||
return _("Name is required")
|
||||
|
||||
webnotes.conn.set_value("Profile", webnotes.session.user, "first_name", fullname)
|
||||
webnotes.add_cookies["full_name"] = fullname
|
||||
webnotes._response.set_cookie("full_name", fullname)
|
||||
|
||||
return _("Updated")
|
||||
|
||||
Reference in New Issue
Block a user