mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-24 23:49:19 +00:00
fix: Link timesheets with corresponding projects
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
"column_break_3",
|
"column_break_3",
|
||||||
"salary_slip",
|
"salary_slip",
|
||||||
"status",
|
"status",
|
||||||
"project",
|
"parent_project",
|
||||||
"employee_detail",
|
"employee_detail",
|
||||||
"employee",
|
"employee",
|
||||||
"employee_name",
|
"employee_name",
|
||||||
@@ -261,7 +261,7 @@
|
|||||||
"read_only": 1
|
"read_only": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fieldname": "project",
|
"fieldname": "parent_project",
|
||||||
"fieldtype": "Link",
|
"fieldtype": "Link",
|
||||||
"label": "Project",
|
"label": "Project",
|
||||||
"options": "Project"
|
"options": "Project"
|
||||||
@@ -271,7 +271,7 @@
|
|||||||
"idx": 1,
|
"idx": 1,
|
||||||
"is_submittable": 1,
|
"is_submittable": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2020-10-29 07:50:35.938231",
|
"modified": "2021-01-08 20:51:14.590080",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Projects",
|
"module": "Projects",
|
||||||
"name": "Timesheet",
|
"name": "Timesheet",
|
||||||
|
|||||||
Reference in New Issue
Block a user