From e00c520bcc6499c10a17c6603aea01e15ad849a6 Mon Sep 17 00:00:00 2001 From: vinish Date: Tue, 11 Oct 2011 20:40:58 +0530 Subject: [PATCH] erx globals Signed-off-by: vinish --- library/globals.inc.php | 14 ++++++++++++++ version.php | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/library/globals.inc.php b/library/globals.inc.php index 02c597882..6a1c59e0c 100644 --- a/library/globals.inc.php +++ b/library/globals.inc.php @@ -1332,6 +1332,20 @@ $GLOBALS_METADATA = array( '0', xl('Enable import status message for NewCrop erx') ), + + 'erx_medication_display' => array( + xl('Do not display Medications uploaded to NewCrop'), + 'bool', // data type + '0', + xl('Do not display Medications uploaded to NewCrop') + ), + + 'erx_allergy_display' => array( + xl('Do not display Allergy uploaded to NewCrop'), + 'bool', // data type + '0', + xl('Do not display Allergy uploaded to NewCrop') + ), ), 'Rx' => array( diff --git a/version.php b/version.php index 0bc7f0ae3..df407ed81 100644 --- a/version.php +++ b/version.php @@ -12,5 +12,5 @@ $v_tag = '-dev'; // minor revision number, should be empty for production rele // is a database change in the course of development. It is used // internally to determine when a database upgrade is needed. // -$v_database = 48; +$v_database = 49; ?> -- 2.11.4.GIT