From 9c5108ec2676354b4738e9b3d2c2a5353056a8dd Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Tue, 5 Jun 2007 09:42:11 +0000 Subject: [PATCH] Copy & Paste-Fehler --- SL/IS.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SL/IS.pm b/SL/IS.pm index 82a426d85..78c065264 100644 --- a/SL/IS.pm +++ b/SL/IS.pm @@ -1109,7 +1109,7 @@ sub post_payment { # Retrieve the invoice from the database. $self->retrieve_invoice($myconfig, $form); - # Set up the content of $form in the way that IR::post_invoice() expects. + # Set up the content of $form in the way that IS::post_invoice() expects. $form->{exchangerate} = $form->format_amount($myconfig, $form->{exchangerate}); for $row (1 .. scalar @{ $form->{invoice_details} }) { -- 2.20.1