From bba61f0ff3acb347720378498a583b76bc6bdce4 Mon Sep 17 00:00:00 2001 From: bradymiller Date: Mon, 19 Sep 2011 23:31:40 -0700 Subject: [PATCH] Addition of notes field to prescriptions in CAMOS. Contributed by paradocs --- interface/forms/CAMOS/rx_print.php | 1 + 1 file changed, 1 insertion(+) diff --git a/interface/forms/CAMOS/rx_print.php b/interface/forms/CAMOS/rx_print.php index e58b1d2bc..279d75550 100755 --- a/interface/forms/CAMOS/rx_print.php +++ b/interface/forms/CAMOS/rx_print.php @@ -109,6 +109,7 @@ if ($_POST['print_pdf'] || $_POST['print_html']) { . $rx->form_array[$rx->form]. ' ' . $rx->route_array[$rx->route] . ' ' . $rx->interval_array[$rx->interval] . '
' + . $rx->note . '
' . 'refills:' . $rx->refills . ''; // . $rx->substitute_array[$rx->substitute]. '' // . $rx->per_refill . ''; -- 2.11.4.GIT