diff options
author | tetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-10-23 15:23:20 +0000 |
---|---|---|
committer | tetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-10-23 15:23:20 +0000 |
commit | 87e8fc4c2ed5d18cccb368cff2a0a3bde923e0be (patch) | |
tree | 8971b6deb02bbcabf97b94229d1fbd824a92f41f | |
parent | 93ce762595a4687a446fbf1c405929f37986c2eb (diff) |
Use the correct hash to indicate checked box
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1806 4979c152-3d1c-0410-bac9-87ea11338e46
-rw-r--r-- | bin/arapprn.pl | 2 |
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 = ""; |