From 450b5228a42668c62ee87fec2855b60770e1af06 Mon Sep 17 00:00:00 2001 From: Brady Miller Date: Sat, 10 Sep 2016 01:18:38 -0700 Subject: [PATCH] added patient finder to option for main screen default --- library/globals.inc.php | 1 + version.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/library/globals.inc.php b/library/globals.inc.php index a36dbd69e..20319f8f0 100644 --- a/library/globals.inc.php +++ b/library/globals.inc.php @@ -128,6 +128,7 @@ $GLOBALS_METADATA = array( array( 'main_info.php' => xl('Calendar Screen'), '../new/new.php' => xl('Patient Search/Add Screen'), + '../../interface/main/finder/dynamic_finder.php' => xl('Patient Finder Screen'), '../../interface/patient_tracker/patient_tracker.php?skip_timeout_reset=1' => xl('Patient Flow Board'), ), 'main_info.php', // default = calendar diff --git a/version.php b/version.php index 067d1578e..168aeb929 100644 --- a/version.php +++ b/version.php @@ -17,7 +17,7 @@ $v_realpatch = '0'; // is a database change in the course of development. It is used // internally to determine when a database upgrade is needed. // -$v_database = 189; +$v_database = 190; // Access control version identifier, this is to be incremented whenever there // is a access control change in the course of development. It is used -- 2.11.4.GIT