Skip to content

Commit

Permalink
add ordering department column to procedures (#215)
Browse files Browse the repository at this point in the history
Co-authored-by: Amy Chen <[email protected]>
  • Loading branch information
achen2401 and Amy Chen authored Nov 13, 2024
1 parent 44e4bda commit ac86261
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/config/report_config.js
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,7 @@ const reportConfig = [
sortable: true,
},
Name: "Name",
"Ordering Department": "Location",
"CPT Code": "CPT_CODE",
},
}}
Expand All @@ -423,6 +424,7 @@ const reportConfig = [
sortable: true,
},
Name: "Name",
"Ordering Department": "Location",
"CPT Code": "CPT_CODE",
},
}}
Expand Down

0 comments on commit ac86261

Please sign in to comment.