From abdfa9a4a91c8742cf57592dea4ce079ed0722e2 Mon Sep 17 00:00:00 2001 From: bradymiller Date: Wed, 23 Mar 2011 00:51:15 -0700 Subject: [PATCH] Temporarily disabled CCR/CCD reporting in production release since not yet functional --- interface/patient_file/report/patient_report.php | 4 ++++ library/globals.inc.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/interface/patient_file/report/patient_report.php b/interface/patient_file/report/patient_report.php index 2da3cc385..b0d775d06 100644 --- a/interface/patient_file/report/patient_report.php +++ b/interface/patient_file/report/patient_report.php @@ -42,6 +42,8 @@ function checkAll(check) {
+ + +
diff --git a/library/globals.inc.php b/library/globals.inc.php index fb07369d7..f2fede40e 100644 --- a/library/globals.inc.php +++ b/library/globals.inc.php @@ -509,7 +509,7 @@ $GLOBALS_METADATA = array( ), 'activate_ccr_ccd_report' => array( - xl('Activate CCR/CCD Reporting'), + ( xl('Activate CCR/CCD Reporting').' ('.xl('Disabled').')' ), 'bool', // data type '0', // default = false xl('This will activate the CCR(Continuity of Care Record) and CCD(Continuity of Care Document) reporting.') -- 2.11.4.GIT