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 2 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 prior to the Bahmni product team updating the 0.88 RPM.

Do I need this fix?

Coming soon.

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