[minor] Added allow_rename in Employee webnotes/erpnetx#962
This commit is contained in:
parent
9106221ea4
commit
915eda9c4a
@ -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",
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user