summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2008-11-11 00:56:12 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2008-11-11 00:56:12 +0000
commit947564de6d00e4a359da0c9f236d5e0ff7b4588a (patch)
treee269bb5b5cd2c4a72650c19bd1126f0a1bdc862d
parent2047af50f2927808f0113e9cce23b283500e9363 (diff)
Correcting batch retrieval call
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2388 4979c152-3d1c-0410-bac9-87ea11338e46
-rw-r--r--scripts/payment.pl2
1 files changed, 1 insertions, 1 deletions
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};