Skip to content

Commit

Permalink
Fixed missing Sign Results button in display of lab results.
Browse files Browse the repository at this point in the history
  • Loading branch information
sunsetsystems committed Apr 21, 2015
1 parent c004399 commit 434c44d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions interface/orders/single_order_results.inc.php
Expand Up @@ -515,9 +515,9 @@ function educlick(codetype, codevalue) {
<input type='button' value='<?php echo xla('Related Patient Notes'); ?>'
onclick='showpnotes(<?php echo $orderid; ?>)' />
<?php } ?>
<?php if ($input_form && $sign_list) { ?>
<?php if ($input_form && $ctx['sign_list']) { ?>
&nbsp;
<input type='hidden' name='form_sign_list' value='<?php echo attr($sign_list); ?>' />
<input type='hidden' name='form_sign_list' value='<?php echo attr($ctx['sign_list']); ?>' />
<input type='submit' name='form_sign' value='<?php echo xla('Sign Results'); ?>'
title='<?php echo xla('Mark these reports as reviewed'); ?>' />
<?php
Expand Down

0 comments on commit 434c44d

Please sign in to comment.