From a0e3f8dcc09334a2a79293cc4f60a65973cd1d46 Mon Sep 17 00:00:00 2001 From: ophthal Date: Tue, 8 Mar 2016 21:47:08 -0500 Subject: [PATCH] Minor comment change to prior commit. --- interface/patient_file/summary/add_edit_issue.php | 1 + 1 file changed, 1 insertion(+) diff --git a/interface/patient_file/summary/add_edit_issue.php b/interface/patient_file/summary/add_edit_issue.php index 485bb109c..1c724a689 100644 --- a/interface/patient_file/summary/add_edit_issue.php +++ b/interface/patient_file/summary/add_edit_issue.php @@ -519,6 +519,7 @@ ActiveIssueCodeRecycleFn($thispid, $ISSUE_TYPES); } // If a clickoption title is selected, copy it to the title field. + // If it has a code, add that too. function set_text() { var f = document.forms[0]; f.form_title.value = f.form_titles.options[f.form_titles.selectedIndex].text; -- 2.11.4.GIT