Skip to content

Commit

Permalink
Merge pull request #885 from av-dev2/change_fieldtype_for_fields_of_i…
Browse files Browse the repository at this point in the history
…temwise_report

chore: change fieldtype of some of fields from Data to Link on Itemwise Hospital Revenue report
  • Loading branch information
av-dev2 authored Feb 12, 2024
2 parents 6cf3a99 + 1e2ae1a commit cf7e3de
Showing 1 changed file with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ def get_columns(filters):
{
"fieldname": "appointment_no",
"label": "AppointmentNo",
"fieldtype": "Data",
"fieldtype": "Link",
"options": "Patient Appointment",
"width": 120,
},
]
Expand Down Expand Up @@ -123,13 +124,15 @@ def get_columns(filters):
{
"fieldnaeme": "practitioner",
"label": "Practitioner",
"fieldtype": "Data",
"fieldtype": "Link",
"options": "Healthcare Practitioner",
"width": 120,
},
{
"fieldname": "service_unit",
"label": "Service Unit",
"fieldtype": "Data",
"fieldtype": "Link",
"options": "Healthcare Service Unit",
"width": 120,
},
{
Expand All @@ -151,7 +154,8 @@ def get_columns(filters):
{
"fieldname": "encounter_no",
"label": "Encounter No",
"fieldtype": "Data",
"fieldtype": "Link",
"options": "Patient Encounter",
"width": 120,
},
{
Expand Down

0 comments on commit cf7e3de

Please sign in to comment.