Skip to content

Commit

Permalink
Fixes #5197 Set default codetype (#5198)
Browse files Browse the repository at this point in the history
Set the default codetype on a search if its populated in the post.
  • Loading branch information
adunsulag authored and stephenwaite committed Apr 24, 2022
1 parent a8184d7 commit 5b02dee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions interface/patient_file/encounter/find_code_popup.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
$default = $allowed_codes[0];
} elseif (!empty($_REQUEST['default'])) {
$default = $_REQUEST['default'];
$codetype = $default;
}

// This variable is used to store the html element
Expand Down

0 comments on commit 5b02dee

Please sign in to comment.