mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 10:49:09 +00:00
[minor] Added allow_rename in Employee webnotes/erpnetx#962
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
|
||||
|
||||
Reference in New Issue
Block a user