[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb: [1806] trunk/bin/arapprn.pl
- Subject: SF.net SVN: ledger-smb: [1806] trunk/bin/arapprn.pl
- From: ..hidden..
- Date: Tue, 23 Oct 2007 08:23:23 -0700
Revision: 1806
http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=1806&view=rev
Author: tetragon
Date: 2007-10-23 08:23:20 -0700 (Tue, 23 Oct 2007)
Log Message:
-----------
Use the correct hash to indicate checked box
Modified Paths:
--------------
trunk/bin/arapprn.pl
Modified: trunk/bin/arapprn.pl
===================================================================
--- trunk/bin/arapprn.pl 2007-10-22 20:20:29 UTC (rev 1805)
+++ trunk/bin/arapprn.pl 2007-10-23 15:23:20 UTC (rev 1806)
@@ -637,7 +637,7 @@
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 = "";
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.