Skip to content

0.93.1

Latest
Compare
Choose a tag to compare
@mohan-13 mohan-13 released this 24 Mar 12:41
96fad3f

Patch release for 0.93

This fixes the issues addressed as part of BAH-2898 and BAH-2901 on the release-0.93 version. PR for the changes.

  • Fixes a typo in treatment data display control
  • Fix for test name not shown in lab result display control when lab result is associated with a file.

Steps to use this patch in existing Bahmni Installations:

SSH into your Bahmni server and run the following commands

cp -R /opt/bahmni-web/etc/bahmniapps/ /opt/bahmni-web/etc/bahmniapps_bak/
wget -O /opt/bahmni-web/etc/bahmniapps_0.93.1.zip https://github.com/Bahmni/openmrs-module-bahmniapps/releases/download/0.93.1/bahmniapps-0.93.1.zip
unzip -o -d /opt/bahmni-web/etc/bahmniapps /opt/bahmni-web/etc/bahmniapps_0.93.1.zip