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:
704e949
)
Sortieren nach Lieferantennummer erlauben.
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Mon, 26 May 2008 09:25:07 +0000
(09:25 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Mon, 26 May 2008 09:25:07 +0000
(09:25 +0000)
SL/CT.pm
patch
|
blob
|
history
diff --git
a/SL/CT.pm
b/SL/CT.pm
index
459a457
..
b61a07a
100644
(file)
--- a/
SL/CT.pm
+++ b/
SL/CT.pm
@@
-680,7
+680,7
@@
sub search {
my @values;
my %allowed_sort_columns =
- map({ $_, 1 } qw(id customernumber name address contact phone fax email
+ map({ $_, 1 } qw(id customernumber
vendornumber
name address contact phone fax email
taxnumber sic_code business invnumber ordnumber quonumber));
$sortorder =
$form->{sort} && $allowed_sort_columns{$form->{sort}} ?