Skip to content

Commit

Permalink
(fix) revert back to showing billing alert (#363)
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldkibet authored Feb 14, 2024
1 parent 3757cea commit de2d4f9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions configuration/dev-build-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"@openmrs/esm-patient-allergies-app": "next",
"@openmrs/esm-patient-appointments-app": "next",
"@openmrs/esm-patient-banner-app": "next",
"@openmrs/esm-patient-chart-app": "next",
"@openmrs/esm-patient-conditions-app": "next",
"@openmrs/esm-patient-forms-app": "next",
"@openmrs/esm-patient-vitals-app": "next",
Expand All @@ -20,15 +19,16 @@
"@openmrs/esm-patient-immunizations-app":"next",
"@openmrs/esm-generic-patient-widgets-app":"next",
"@openmrs/esm-system-admin-app": "next",
"@openmrs/esm-patient-orders-app": "next",
"@openmrs/esm-patient-notes-app": "next",
"@openmrs/esm-patient-attachments-app": "next",
"@openmrs/esm-patient-medications-app": "next",
"@openmrs/esm-patient-chart-app": "next",
"@kenyaemr/esm-patient-registration-app": "latest",
"@kenyaemr/esm-login-app": "latest",
"@kenyaemr/esm-patient-flags-app": "next",
"@kenyaemr/esm-version-app": "next",
"@kenyaemr/esm-care-panel-app": "next",
"@openmrs/esm-patient-orders-app": "next",
"@openmrs/esm-patient-attachments-app": "next",
"@openmrs/esm-patient-medications-app": "next",
"@kenyaemr/esm-dispensing-app": "next",
"@kenyaemr/esm-billing-app":"next",
"@ugandaemr/esm-stock-management-app":"next",
Expand Down
1 change: 1 addition & 0 deletions dev-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ rename_dist_folder() {

# Handle renaming for openmrs-esm-form-entry-app-*
rename_dist_folder "openmrs-esm-form-entry-app-*" "dist-form-entry"
rename_dist_folder "openmrs-esm-patient-chart-app-*" "dist-chart"


# Exit with success status
Expand Down

0 comments on commit de2d4f9

Please sign in to comment.