From: Moritz Bunkus Date: Wed, 14 Aug 2013 14:36:55 +0000 (+0200) Subject: Ansprechpersonensuche auf neuen CustomerVendor-Controller verlinken lassen X-Git-Tag: release-3.1.0beta1~85 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=3b88c1fee874ef70253b734c49ca2d98198ba1ba;p=kivitendo-erp.git Ansprechpersonensuche auf neuen CustomerVendor-Controller verlinken lassen --- 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)) {