Skip to content

Commit

Permalink
Samyuktha | MOBN-2409 | Test the config toggle for lab orders.
Browse files Browse the repository at this point in the history
  • Loading branch information
saisamyukthag committed Jun 10, 2024
1 parent 081f2bd commit e3e3ed6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 4 additions & 2 deletions ui/app/clinical/config/visitMandatoryTab.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,16 @@
}
},
"Disposition": {
"title": "Disposition",
"type": "disposition",
"translationKey": "VISIT_TITLE_DISPOSITIONS_KEY",
"displayOrder": 3,
"config": {
"translationKey":"VISIT_TITLE_DISPOSITION_KEY",
"numberOfVisits": 1,
"showDetailsButton": true
}
"showDetailsButton": true,
},
"hideEmptyDisplayControl": false
},
"Admission Details": {
"type": "admissionDetails",
Expand Down
2 changes: 0 additions & 2 deletions ui/app/registration/app.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
'use strict';

import moment from "../lib/chart/d3-3.5.5.min";

angular
.module('registration', ['ui.router', 'bahmni.registration', 'authentication', 'bahmni.common.config',
'bahmni.common.appFramework', 'httpErrorInterceptor', 'bahmni.common.photoCapture', 'bahmni.common.obs',
Expand Down

0 comments on commit e3e3ed6

Please sign in to comment.