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:
02e1cec
)
Kunden-/Lieferantensuche: Sortierung nach Spalten PLZ und Stadt erlauben
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 13 Jan 2011 14:33:10 +0000
(15:33 +0100)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 13 Jan 2011 14:33:10 +0000
(15:33 +0100)
Teil eines Fixes für Bug 1552.
SL/CT.pm
patch
|
blob
|
history
diff --git
a/SL/CT.pm
b/SL/CT.pm
index
e6a14e3
..
3c17ca5
100644
(file)
--- a/
SL/CT.pm
+++ b/
SL/CT.pm
@@
-698,7
+698,7
@@
sub search {
my %allowed_sort_columns =
map { $_, 1 } qw(
id customernumber vendornumber name contact phone fax email street
- taxnumber business invnumber ordnumber quonumber
+ taxnumber business invnumber ordnumber quonumber
zipcode city
);
my $sortorder = $form->{sort} && $allowed_sort_columns{$form->{sort}} ? $form->{sort} : "name";
$form->{sort} = $sortorder;