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:
267374e
)
Pfad in der Kunden/Lieferanten-Liste angepasst
author
Thomas Heck
<theck@linet-services.de>
Mon, 24 Jun 2013 08:41:40 +0000
(10:41 +0200)
committer
Thomas Heck
<theck@linet-services.de>
Tue, 16 Jul 2013 12:23:53 +0000
(14:23 +0200)
bin/mozilla/ct.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/ct.pl
b/bin/mozilla/ct.pl
index
4291871
..
59e7dbb
100644
(file)
--- a/
bin/mozilla/ct.pl
+++ b/
bin/mozilla/ct.pl
@@
-270,7
+270,7
@@
sub list_names {
$previous_id = $ref->{id};
map { $row->{$_}->{data} = $ref->{$_} } @columns;
- $row->{name}->{link} = build_std_url('
action=
edit', 'id=' . E($ref->{id}), 'callback', @hidden_nondefault);
+ $row->{name}->{link} = build_std_url('
script=controller.pl', 'action=CustomerVendor/
edit', 'id=' . E($ref->{id}), 'callback', @hidden_nondefault);
$row->{email}->{link} = 'mailto:' . E($ref->{email});
}