summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bin/arapprn.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/arapprn.pl b/bin/arapprn.pl
index ed180a0c..3b733004 100644
--- a/bin/arapprn.pl
+++ b/bin/arapprn.pl
@@ -637,7 +637,7 @@ sub select_payment {
type => 'radio',
value => $i,
}};
- $column_data{ndx}{checked} = 'checked' if $checked;
+ $column_data{ndx}{input}{checked} = 'checked' if $checked;
$column_data{paid} = $form->{"paid_$i"};
$checked = "";