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 :
On a server running any version of EndTB, choose a patient.
Go to the Patient Summary tab.
Click on Print.
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 sh PrintIssueFix_ChromeUpgrade.sh
Shell Script File