Skip to content

Commit

Permalink
Merge pull request #16 from IntelliSOFT-Consulting/regChnges
Browse files Browse the repository at this point in the history
Remove fee inforamtion from online anf offline apps
  • Loading branch information
Ekirapapaul authored Jul 23, 2019
2 parents 57f33a2 + 060425c commit 4a5f702
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 32 deletions.
4 changes: 0 additions & 4 deletions offline/openmrs/apps/registration/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,6 @@
}
],
"conceptSetUI": {
"REGISTRATION FEES": {
"required": true,
"label": "Fee"
},
"FHS": {
"buttonSelect": true
},
Expand Down
12 changes: 0 additions & 12 deletions offline/openmrs/apps/registration/extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,5 @@
},
"order": 1,
"requiredPrivilege": "Edit Visits"
},
"feeInformation":{
"id": "bahmni.registration.conceptSetGroup.feeInformation",
"extensionPointId": "org.bahmni.registration.conceptSetGroup.observations",
"type": "config",
"extensionParams": {
"conceptName": "Fee Information",
"translationKey": "FEE_INFORMATION_LOCALE_KEY",
"required":true
},
"order": 2,
"requiredPrivilege": "Edit Visits"
}
}
4 changes: 0 additions & 4 deletions openmrs/apps/registration/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,6 @@

],
"conceptSetUI": {
"REGISTRATION FEES": {
"required": true,
"label": "Fee"
},
"FHS": {
"buttonSelect": true
},
Expand Down
12 changes: 0 additions & 12 deletions openmrs/apps/registration/extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,18 +59,6 @@
"order": 2,
"requiredPrivilege": "Edit Visits"
},
"feeInformation":{
"id": "bahmni.registration.conceptSetGroup.feeInformation",
"extensionPointId": "org.bahmni.registration.conceptSetGroup.observations",
"type": "config",
"extensionParams": {
"conceptName": "Fee Information",
"translationKey": "FEE_INFORMATION_LOCALE_KEY",
"required":true
},
"order": 3,
"requiredPrivilege": "Edit Visits"
},
"nutritionalValue":{
"id": "bahmni.registration.conceptSetGroup.nutritionalValue",
"extensionPointId": "org.bahmni.registration.conceptSetGroup.observations",
Expand Down

0 comments on commit 4a5f702

Please sign in to comment.