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:
faa0e89
)
Merge von 587 aus unstable: Fehler behoben: Bei Kundenuebersicht wurde bei eingeschal...
author
Stephan Köhler
<s.koehler@linet-services.de>
Thu, 24 Nov 2005 16:40:10 +0000
(16:40 +0000)
committer
Stephan Köhler
<s.koehler@linet-services.de>
Thu, 24 Nov 2005 16:40:10 +0000
(16:40 +0000)
bin/mozilla/ct.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/ct.pl
b/bin/mozilla/ct.pl
index
0e1df52
..
18171b5
100644
(file)
--- a/
bin/mozilla/ct.pl
+++ b/
bin/mozilla/ct.pl
@@
-363,6
+363,7
@@
sub list_names {
if ($ref->{id} eq $sameid) {
map { $column_data{$_} = "<td> </td>" } @column_index;
+ map { $column_data{$_} = "<td>$ref->{$_} </td>" } (invnumber, ordnumber, quonumber);
} else {
map { $column_data{$_} = "<td>$ref->{$_} </td>" } @column_index;