mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-08 15:42:52 +00:00
Merge pull request #23113 from wojosc/patch-12
refactor: allow to rename lead
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"allow_copy": 0,
|
"allow_copy": 0,
|
||||||
"allow_import": 0,
|
"allow_import": 0,
|
||||||
"allow_rename": 0,
|
"allow_rename": 1,
|
||||||
"autoname": "field:source_name",
|
"autoname": "field:source_name",
|
||||||
"beta": 0,
|
"beta": 0,
|
||||||
"creation": "2016-09-16 01:47:47.382372",
|
"creation": "2016-09-16 01:47:47.382372",
|
||||||
@@ -74,7 +74,7 @@
|
|||||||
"issingle": 0,
|
"issingle": 0,
|
||||||
"istable": 0,
|
"istable": 0,
|
||||||
"max_attachments": 0,
|
"max_attachments": 0,
|
||||||
"modified": "2016-09-16 02:03:01.441622",
|
"modified": "2020-09-16 02:03:01.441622",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Selling",
|
"module": "Selling",
|
||||||
"name": "Lead Source",
|
"name": "Lead Source",
|
||||||
|
|||||||
Reference in New Issue
Block a user