projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c11922
)
Merge von 742 aus unstable: Bugfix 179
author
Stephan Köhler
<s.koehler@linet-services.de>
Sat, 7 Jan 2006 14:20:14 +0000
(14:20 +0000)
committer
Stephan Köhler
<s.koehler@linet-services.de>
Sat, 7 Jan 2006 14:20:14 +0000
(14:20 +0000)
Solved 179, Nachtrag für Tabellen im Zahlungsmodul
Spalten Sortierung funktioniert nicht in Tabellen
SL/RP.pm
patch
|
blob
|
history
diff --git
a/SL/RP.pm
b/SL/RP.pm
index
8879bce
..
d93611f
100644
(file)
--- 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})) {