Revision c3db1b36
Von Bernd Bleßmann vor mehr als 6 Jahren hinzugefügt
SL/Controller/SellPriceInformation.pm | ||
---|---|---|
140 | 140 |
my $vc = $object->is_sales ? 'customer' : 'vendor'; |
141 | 141 |
my $id = $object->id; |
142 | 142 |
|
143 |
return "oe.pl?action=$action&type=$type&vc=$vc&id=$id"; |
|
143 |
if ($::instance_conf->get_feature_experimental) { |
|
144 |
return "controller.pl?action=Order/$action&type=$type&id=$id"; |
|
145 |
} else { |
|
146 |
return "oe.pl?action=$action&type=$type&vc=$vc&id=$id"; |
|
147 |
} |
|
144 | 148 |
} |
145 | 149 |
if ($object->isa('SL::DB::Customer')) { |
146 | 150 |
my $id = $object->id; |
Auch abrufbar als: Unified diff
Auftrags-Controller: weitere Links hierhin bei experimentellen Features