mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 17:04:47 +00:00
[minor] Added allow_rename in Employee webnotes/erpnetx#962
This commit is contained in:
@@ -2,12 +2,13 @@
|
|||||||
{
|
{
|
||||||
"creation": "2013-03-07 09:04:18",
|
"creation": "2013-03-07 09:04:18",
|
||||||
"docstatus": 0,
|
"docstatus": 0,
|
||||||
"modified": "2013-08-08 14:22:11",
|
"modified": "2013-10-11 10:52:53",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"owner": "Administrator"
|
"owner": "Administrator"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"allow_attach": 1,
|
"allow_attach": 1,
|
||||||
|
"allow_rename": 1,
|
||||||
"autoname": "naming_series:",
|
"autoname": "naming_series:",
|
||||||
"doctype": "DocType",
|
"doctype": "DocType",
|
||||||
"document_type": "Master",
|
"document_type": "Master",
|
||||||
|
|||||||
@@ -4,3 +4,4 @@
|
|||||||
from __future__ import unicode_literals
|
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
|
from webnotes.utils import cstr
|
||||||
|
|
||||||
no_cache = True
|
no_cache = True
|
||||||
|
no_sitemap = True
|
||||||
|
|
||||||
def get_context():
|
def get_context():
|
||||||
from selling.utils.cart import get_lead_or_customer
|
from selling.utils.cart import get_lead_or_customer
|
||||||
|
|||||||
Reference in New Issue
Block a user