[minor] Added allow_rename in Employee webnotes/erpnetx#962

This commit is contained in:
Rushabh Mehta
2013-10-11 10:56:49 +05:30
parent 9106221ea4
commit 915eda9c4a
3 changed files with 5 additions and 2 deletions

View File

@@ -3,4 +3,5 @@
from __future__ import unicode_literals
no_cache = True
no_cache = True
no_sitemap = True

View File

@@ -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