Revision c3db1b36
Von Bernd Bleßmann vor mehr als 6 Jahren hinzugefügt
bin/mozilla/ct.pl | ||
---|---|---|
286 | 286 |
} |
287 | 287 |
|
288 | 288 |
my $base_url = build_std_url("script=$ref->{module}.pl", 'action=edit', 'id=' . E($ref->{invid}), 'callback', @hidden_nondefault); |
289 |
if ($::instance_conf->get_feature_experimental) { |
|
290 |
if ('oe' eq $ref->{module}) { |
|
291 |
$base_url = build_std_url("script=controller.pl", 'action=Order/edit', 'id=' . E($ref->{invid}), 'callback', @hidden_nondefault); |
|
292 |
} |
|
293 |
} |
|
294 |
|
|
289 | 295 |
$row->{invnumber}->{link} = $base_url; |
290 | 296 |
$row->{ordnumber}->{link} = $base_url . "&type=${ordertype}"; |
291 | 297 |
$row->{quonumber}->{link} = $base_url . "&type=${quotationtype}"; |
Auch abrufbar als: Unified diff
Auftrags-Controller: weitere Links hierhin bei experimentellen Features