Skip to content

Commit

Permalink
fix(test): project test case
Browse files Browse the repository at this point in the history
  • Loading branch information
s-aga-r committed Oct 17, 2023
1 parent 5bb3e29 commit fd6aee1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions erpnext/projects/doctype/task_depends_on/task_depends_on.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
},
{
"fetch_from": "task.subject",
"fetch_if_empty": 1,
"fieldname": "subject",
"fieldtype": "Text",
"in_list_view": 1,
"label": "Subject",
"read_only": 1
},
{
"fetch_from": "task.project",
"fieldname": "project",
"fieldtype": "Text",
"label": "Project",
Expand All @@ -40,7 +40,7 @@
],
"istable": 1,
"links": [],
"modified": "2023-10-09 11:34:14.335853",
"modified": "2023-10-17 12:45:21.536165",
"modified_by": "Administrator",
"module": "Projects",
"name": "Task Depends On",
Expand Down

0 comments on commit fd6aee1

Please sign in to comment.