Revision c82a3685
Von Thomas Heck vor mehr als 11 Jahren hinzugefügt
bin/mozilla/ct.pl | ||
---|---|---|
270 | 270 |
$previous_id = $ref->{id}; |
271 | 271 |
map { $row->{$_}->{data} = $ref->{$_} } @columns; |
272 | 272 |
|
273 |
$row->{name}->{link} = build_std_url('action=edit', 'id=' . E($ref->{id}), 'callback', @hidden_nondefault);
|
|
273 |
$row->{name}->{link} = build_std_url('script=controller.pl', 'action=CustomerVendor/edit', 'id=' . E($ref->{id}), 'callback', @hidden_nondefault);
|
|
274 | 274 |
$row->{email}->{link} = 'mailto:' . E($ref->{email}); |
275 | 275 |
} |
276 | 276 |
|
Auch abrufbar als: Unified diff
Pfad in der Kunden/Lieferanten-Liste angepasst