fix(DocTypes): Reset "owner" values in DocTypes to Administrator (#23350)

* fix: reset owner values in doctype to Administrator

* fix: updated modified value

* fix: also fixed modified by

* fix: change modified_by to Administrator
This commit is contained in:
Abhishek Balam
2020-09-18 18:27:24 +05:30
committed by GitHub
parent cc6ca97dc5
commit 4e6733293f
34 changed files with 67 additions and 67 deletions

View File

@@ -166,11 +166,11 @@
"idx": 1,
"image_field": "image",
"max_attachments": 5,
"modified": "2019-10-03 22:38:45.104056",
"modified": "2020-09-18 17:26:09.703215",
"modified_by": "Administrator",
"module": "Stock",
"name": "Batch",
"owner": "harshada@webnotestech.com",
"owner": "Administrator",
"permissions": [
{
"create": 1,

View File

@@ -133,11 +133,11 @@
],
"idx": 1,
"istable": 1,
"modified": "2019-11-12 15:41:21.053462",
"modified": "2020-09-18 17:26:09.703215",
"modified_by": "Administrator",
"module": "Stock",
"name": "Landed Cost Item",
"owner": "wasim@webnotestech.com",
"owner": "Administrator",
"permissions": [],
"sort_field": "modified",
"sort_order": "DESC"

View File

@@ -173,11 +173,11 @@
"issingle": 0,
"istable": 1,
"max_attachments": 0,
"modified": "2016-07-20 10:49:34.228751",
"modified": "2020-09-18 17:26:09.703215",
"modified_by": "Administrator",
"module": "Stock",
"name": "Landed Cost Purchase Receipt",
"owner": "wasim@webnotestech.com",
"owner": "Administrator",
"permissions": [],
"quick_entry": 0,
"read_only": 0,