From: Stephan Köhler Date: Sat, 7 Jan 2006 14:20:14 +0000 (+0000) Subject: Merge von 742 aus unstable: Bugfix 179 X-Git-Tag: release-2.2.0~45 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=15650b1e58ca55ea20f565c50a3c9de111dd1fc3;p=kivitendo-erp.git Merge von 742 aus unstable: Bugfix 179 Solved 179, Nachtrag für Tabellen im Zahlungsmodul Spalten Sortierung funktioniert nicht in Tabellen --- 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})) {