From 6e7e91cdeef8123b34b09dab68af701530d860cb Mon Sep 17 00:00:00 2001 From: markleeds Date: Tue, 22 Apr 2008 14:21:08 +0000 Subject: [PATCH] Links to rx_print changed to make use of GET variable as now required by rx_print for the sigline. --- interface/forms/CAMOS/report.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/interface/forms/CAMOS/report.php b/interface/forms/CAMOS/report.php index 3830df01e..61216930b 100755 --- a/interface/forms/CAMOS/report.php +++ b/interface/forms/CAMOS/report.php @@ -10,7 +10,9 @@ function CAMOS_report( $pid, $encounter, $cols, $id) { //echo "(subcategory) ".stripslashes($data['subcategory'])." | "; //echo "(item) ".stripslashes($data['item']); echo "rx\n"; + "/interface/forms/CAMOS/rx_print.php?sigline=embossed' target=_new>rx\n"; + echo "sig_rx\n"; echo "
".wordwrap(stripslashes(content_parser($data['content'])))."

\n"; } } -- 2.11.4.GIT