diff options
author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2008-08-12 16:37:02 +0000 |
---|---|---|
committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2008-08-12 16:37:02 +0000 |
commit | bca5826c5485e2c1f3d8cfdf36f247826ea4afed (patch) | |
tree | 651a841e2f495ac776aa88a273562160b8f8c23f /scripts | |
parent | 16c6c27b451f4ff3d35e82db757f8417847b44c7 (diff) |
Merging fix for bug 1974974
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2250 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/payment.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/payment.pl b/scripts/payment.pl index 295ad60e..6dfbed05 100644 --- a/scripts/payment.pl +++ b/scripts/payment.pl @@ -307,7 +307,6 @@ sub print { } for my $inv (1 .. $inv_count){ - print STDERR "Invoice $inv of " .$payment->{"invoice_count_$id"} . "\n"; my $invhash = {}; my $inv_id = $payment->{"invoice_${id}_$inv"}; for (qw(invnumber invdate)){ |