[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

@ -2,12 +2,13 @@
{
"creation": "2013-03-07 09:04:18",
"docstatus": 0,
"modified": "2013-08-08 14:22:11",
"modified": "2013-10-11 10:52:53",
"modified_by": "Administrator",
"owner": "Administrator"
},
{
"allow_attach": 1,
"allow_rename": 1,
"autoname": "naming_series:",
"doctype": "DocType",
"document_type": "Master",

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