diff options
author | tetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-10-28 18:29:12 +0000 |
---|---|---|
committer | tetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-10-28 18:29:12 +0000 |
commit | 9a96b0e198c66a68d334ed86c2cb7754b1a28fb1 (patch) | |
tree | 2a1b46816faa8c4a7f7acf8f44e87305f7e13b22 /bin | |
parent | dbf9d3678d6effc3872b958d404d8a4fa1d28eeb (diff) |
Adjust BP/bp to run
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@361 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/bp.pl | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -432,7 +432,7 @@ sub list_spool { $column_data{transdate} = "<td>$ref->{transdate} </td>"; - if (${LedgerSMB::Sysconfig::spool}file eq $ref->{spoolfile}) { + if (${LedgerSMB::Sysconfig::spool} eq $ref->{spoolfile}) { $column_data{checked} = qq|<td></td>|; } else { $column_data{checked} = qq|<td><input name=checked_$i type=checkbox class=checkbox $form->{"checked_$i"} $form->{"checked_$i"}></td>|; @@ -462,7 +462,7 @@ sub list_spool { |; - ${LedgerSMB::Sysconfig::spool}file = $ref->{spoolfile}; + ${LedgerSMB::Sysconfig::spool} = $ref->{spoolfile}; $j++; $j %= 2; print " |