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:
b1253e4
)
Fehler behoben: Bei Kundenuebersicht wurde bei eingeschalteter Ansicht von Rechnungen...
author
Philip Reetz
<p.reetz@linet-services.de>
Fri, 14 Oct 2005 11:45:12 +0000
(11:45 +0000)
committer
Philip Reetz
<p.reetz@linet-services.de>
Fri, 14 Oct 2005 11:45:12 +0000
(11:45 +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;