From 6bd1a382b5c6b5f39039b970d383e5a232f6497c Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Tue, 5 Jun 2007 08:25:38 +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 e78e3e134..3f5b9a30c 100644 --- a/SL/IS.pm +++ b/SL/IS.pm @@ -1130,7 +1130,7 @@ sub post_payment { # Restore the payment options from the user input. map { $form->{$_} = $payments{$_} } keys %payments; - # Get the AP accno (which is normally done by Form::create_links()). + # Get the AR accno (which is normally done by Form::create_links()). $query = qq|SELECT c.accno FROM acc_trans at -- 2.20.1