From 9a96b0e198c66a68d334ed86c2cb7754b1a28fb1 Mon Sep 17 00:00:00 2001 From: tetragon Date: Sat, 28 Oct 2006 18:29:12 +0000 Subject: Adjust BP/bp to run git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@361 4979c152-3d1c-0410-bac9-87ea11338e46 --- bin/bp.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/bp.pl b/bin/bp.pl index ffbe2544..04b6ba78 100755 --- a/bin/bp.pl +++ b/bin/bp.pl @@ -432,7 +432,7 @@ sub list_spool { $column_data{transdate} = "$ref->{transdate} "; - if (${LedgerSMB::Sysconfig::spool}file eq $ref->{spoolfile}) { + if (${LedgerSMB::Sysconfig::spool} eq $ref->{spoolfile}) { $column_data{checked} = qq||; } else { $column_data{checked} = qq|{"checked_$i"} $form->{"checked_$i"}>|; @@ -462,7 +462,7 @@ sub list_spool { |; - ${LedgerSMB::Sysconfig::spool}file = $ref->{spoolfile}; + ${LedgerSMB::Sysconfig::spool} = $ref->{spoolfile}; $j++; $j %= 2; print " -- cgit v1.2.3