From 5141dcd0d595113569e3279823c1ba6475516426 Mon Sep 17 00:00:00 2001 From: Udo Spallek Date: Fri, 6 Jan 2006 23:05:31 +0000 Subject: [PATCH] =?utf8?q?Solved=20179,=20Nachtrag=20f=C3=BCr=20Tabellen?= =?utf8?q?=20im=20Zahlungsmodul=20Spalten=20Sortierung=20funktioniert=20ni?= =?utf8?q?cht=20in=20Tabellen?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- SL/RP.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SL/RP.pm b/SL/RP.pm index 8879bced1..d93611fda 100644 --- a/SL/RP.pm +++ b/SL/RP.pm @@ -2247,7 +2247,8 @@ sub payments { my $sortorder = join ', ', $form->sort_columns(qw(name invnumber ordnumber transdate source)); - + $sortorder = $form->{sort} if $form->{sort}; + # cycle through each id foreach my $accno (split(/ /, $form->{paymentaccounts})) { -- 2.20.1