Revision 5f4faab9
Von Niklas Schmidt vor 10 Tagen hinzugefügt
SL/Controller/CustomerVendor.pm | ||
---|---|---|
my $db = $self->is_vendor() ? 'vendor' : 'customer';
|
||
my $action = 'add';
|
||
|
||
if ($::instance_conf->get_feature_experimental_order && 'oe.pl' eq $script) {
|
||
if ('oe.pl' eq $script) {
|
||
$script = 'controller.pl';
|
||
$action = 'Order/' . $action;
|
||
}
|
Auch abrufbar als: Unified diff
/bin/mozilla/oe.pl durch S:C:Order ersetzt: DB, Weiche weg