Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Purpose:

This script fixes the print issues that began after the upgrade to Chrome version 58. This is a manual patch for any existing fields that had updated/installed endTB release 2.0.2 prior to the Bahmni product team updating the 0.88 RPM.

Do I need this fix?

(The following advice applies once the Bahmni 0.88 RPM has been updated to include a permanent fix - in progress as of 2017-07-12)

If you are using endTB release 2.0.1 or earlier, please follow the instructions here to upgrade to endTB 2.0.2.

If you have already installed/upgraded to endTB release 2.0.2, then you do not need to reinstall Bahmni and can simply use the script below to patch the required files.

Steps to reproduce the problem :

  1. On a server running any version of EndTB, choose a patient.

  2. Go to the Patient Summary tab.

  3. Click on Print.

  4. Observe that the tables are not displayed correctly in the print preview.


Shell Script

Below is the shell script to be run on Bahmni server as a root user using below commands:

sudo su
wget https://bahmni.atlassian.net/wiki/download/attachments/117807841/PrintIssueFix_ChromeUpgrade.sh?api=v2
sh PrintIssueFix_ChromeUpgrade.sh
  • No labels