summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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};