Revision 3b88c1fe
Von Moritz Bunkus vor etwa 11 Jahren hinzugefügt
bin/mozilla/ct.pl | ||
---|---|---|
398 | 398 |
foreach my $ref (@contacts) { |
399 | 399 |
my $row = { map { $_ => { 'data' => $ref->{$_} } } @columns }; |
400 | 400 |
|
401 |
$row->{vcname}->{link} = build_std_url('action=edit', 'id=' . E($ref->{vcid}), 'db=' . E($ref->{db}), 'callback', @hidden_nondefault);
|
|
401 |
$row->{vcname}->{link} = build_std_url('script=controller.pl', 'action=CustomerVendor/edit', 'id=' . E($ref->{vcid}), 'db=' . E($ref->{db}), 'callback', @hidden_nondefault);
|
|
402 | 402 |
$row->{vcnumber}->{link} = $row->{vcname}->{link}; |
403 | 403 |
|
404 | 404 |
for (qw(cp_email cp_privatemail)) { |
Auch abrufbar als: Unified diff
Ansprechpersonensuche auf neuen CustomerVendor-Controller verlinken lassen