From 947564de6d00e4a359da0c9f236d5e0ff7b4588a Mon Sep 17 00:00:00 2001 From: einhverfr Date: Tue, 11 Nov 2008 00:56:12 +0000 Subject: Correcting batch retrieval call git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2388 4979c152-3d1c-0410-bac9-87ea11338e46 --- scripts/payment.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/payment.pl b/scripts/payment.pl index f5173e24..9061eea7 100644 --- a/scripts/payment.pl +++ b/scripts/payment.pl @@ -272,7 +272,7 @@ sub print { {base => $payment, copy => 'base' } ); - $batch->{id} = $payment->{batch_id}; + $batch->{batch_id} = $payment->{batch_id}; $batch->get; $payment->{batch_description} = $batch->{description}; $payment->{batch_control_code} = $batch->{control_code}; -- cgit v1.2.3