diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/payment.pl | 2 |
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}; |