From 3b88c1fee874ef70253b734c49ca2d98198ba1ba Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Wed, 14 Aug 2013 16:36:55 +0200 Subject: [PATCH] Ansprechpersonensuche auf neuen CustomerVendor-Controller verlinken lassen --- bin/mozilla/ct.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mozilla/ct.pl b/bin/mozilla/ct.pl index 59e7dbb1e..256eb45a1 100644 --- a/bin/mozilla/ct.pl +++ b/bin/mozilla/ct.pl @@ -398,7 +398,7 @@ sub list_contacts { foreach my $ref (@contacts) { my $row = { map { $_ => { 'data' => $ref->{$_} } } @columns }; - $row->{vcname}->{link} = build_std_url('action=edit', 'id=' . E($ref->{vcid}), 'db=' . E($ref->{db}), 'callback', @hidden_nondefault); + $row->{vcname}->{link} = build_std_url('script=controller.pl', 'action=CustomerVendor/edit', 'id=' . E($ref->{vcid}), 'db=' . E($ref->{db}), 'callback', @hidden_nondefault); $row->{vcnumber}->{link} = $row->{vcname}->{link}; for (qw(cp_email cp_privatemail)) { -- 2.20.1