diff --git a/frontend/src/components/patient/SearchPatientForm.js b/frontend/src/components/patient/SearchPatientForm.js index 25a7fdc057..e9d365fa05 100644 --- a/frontend/src/components/patient/SearchPatientForm.js +++ b/frontend/src/components/patient/SearchPatientForm.js @@ -329,18 +329,18 @@ function SearchPatientForm(props) {
{" "} - + + + - - - )} diff --git a/src/main/java/org/openelisglobal/documentation/controller/DocumentationController.java b/src/main/java/org/openelisglobal/documentation/controller/DocumentationController.java index 998f8fda9a..2261139d7e 100644 --- a/src/main/java/org/openelisglobal/documentation/controller/DocumentationController.java +++ b/src/main/java/org/openelisglobal/documentation/controller/DocumentationController.java @@ -18,7 +18,7 @@ public String getUserManual() throws IOException { if (locale.getLanguage().equals("en")) { filename = "/documentation/OEGlobal_UserManual_en.pdf"; } else { - filename = "/documentation/CI_Regional_fr.pdf"; + filename = "/documentation/OEGlobal_UserManual_en.pdf"; } return "redirect:" + filename; diff --git a/src/main/resources/static/documentation/OEGlobal_UserManual_en.pdf b/src/main/resources/static/documentation/OEGlobal_UserManual_en.pdf index d9e389a52c..b809ce8b87 100644 Binary files a/src/main/resources/static/documentation/OEGlobal_UserManual_en.pdf and b/src/main/resources/static/documentation/OEGlobal_UserManual_en.pdf differ