mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-04 05:58:27 +00:00
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:
@@ -48,8 +48,8 @@
|
||||
"issingle": 0,
|
||||
"istable": 1,
|
||||
"max_attachments": 0,
|
||||
"modified": "2016-10-26 17:37:25.638190",
|
||||
"modified_by": "rohitw1991@gmail.com",
|
||||
"modified": "2020-09-18 17:26:09.703215",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Projects",
|
||||
"name": "Dependent Task",
|
||||
"name_case": "",
|
||||
|
||||
Reference in New Issue
Block a user