fix(Healthcare): unhide company field in Sample Collection, add field in Rehab DocTypes (#21907)

* fix: unhide company field in Sample Collection

* fix: add and set company field in rehab doctypes
This commit is contained in:
Rucha Mahabal
2020-05-25 18:41:47 +05:30
committed by GitHub
parent 8a1cf45473
commit 316d136aca
5 changed files with 24 additions and 10 deletions

View File

@@ -11,6 +11,7 @@
"patient",
"assessment_template",
"column_break_4",
"company",
"healthcare_practitioner",
"assessment_datetime",
"assessment_description",
@@ -127,11 +128,18 @@
"fieldname": "assessment_description",
"fieldtype": "Small Text",
"label": "Assessment Description"
},
{
"fieldname": "company",
"fieldtype": "Link",
"in_standard_filter": 1,
"label": "Company",
"options": "Company"
}
],
"is_submittable": 1,
"links": [],
"modified": "2020-04-21 13:23:09.815007",
"modified": "2020-05-25 14:38:38.302399",
"modified_by": "Administrator",
"module": "Healthcare",
"name": "Patient Assessment",

View File

@@ -85,11 +85,9 @@
{
"fieldname": "company",
"fieldtype": "Link",
"hidden": 1,
"in_standard_filter": 1,
"label": "Company",
"options": "Company",
"print_hide": 1,
"report_hide": 1
"options": "Company"
},
{
"fieldname": "section_break_6",
@@ -167,7 +165,7 @@
],
"is_submittable": 1,
"links": [],
"modified": "2020-04-04 19:17:02.707203",
"modified": "2020-05-25 14:36:46.990469",
"modified_by": "Administrator",
"module": "Healthcare",
"name": "Sample Collection",

View File

@@ -10,6 +10,7 @@
"patient",
"patient_name",
"column_break_4",
"company",
"status",
"start_date",
"section_break_3",
@@ -98,10 +99,17 @@
"label": "Status",
"options": "Not Started\nIn Progress\nCompleted\nCancelled",
"read_only": 1
},
{
"fieldname": "company",
"fieldtype": "Link",
"in_standard_filter": 1,
"label": "Company",
"options": "Company"
}
],
"links": [],
"modified": "2020-04-21 13:13:43.956014",
"modified": "2020-05-25 14:38:53.649315",
"modified_by": "Administrator",
"module": "Healthcare",
"name": "Therapy Plan",