From 459640b3eaf3ac9a776ad309c6b79864622338ed Mon Sep 17 00:00:00 2001 From: mdsupport Date: Sat, 13 Apr 2013 14:54:28 -0700 Subject: [PATCH] Show active patient Issues in notes (Rev. 1) --- library/custom_template/custom_template.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/library/custom_template/custom_template.php b/library/custom_template/custom_template.php index 1b111ee1b..18ecd8d88 100644 --- a/library/custom_template/custom_template.php +++ b/library/custom_template/custom_template.php @@ -39,7 +39,7 @@ require_once("$srcdir/lists.inc"); function listitemCode ($strDisp, $strInsert) { if ($strInsert) { echo '
  • '. htmlspecialchars(xl($strDisp,ENT_QUOTES)) . '
  • '; + "'" . htmlspecialchars($strInsert,ENT_QUOTES) . "'" .');">'. htmlspecialchars($strDisp,ENT_QUOTES) . ''; } } @@ -184,12 +184,12 @@ $(document).ready(function(){
  • -- 2.11.4.GIT