Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision c3db1b36

Von Bernd Bleßmann vor mehr als 6 Jahren hinzugefügt

  • ID c3db1b36f46f3bb8fe278ad3320bc7b139278dc3
  • Vorgänger f825d995
  • Nachfolger 9aa58dc1

Auftrags-Controller: weitere Links hierhin bei experimentellen Features

Unterschiede anzeigen:

SL/Controller/FinancialControllingReport.pm
278 278
    my $type = $object->type;
279 279
    my $id   = $object->id;
280 280

  
281
    return "oe.pl?action=$action&type=$type&vc=customer&id=$id";
281
    if ($::instance_conf->get_feature_experimental) {
282
      return "controller.pl?action=Order/$action&type=$type&id=$id";
283
    } else {
284
      return "oe.pl?action=$action&type=$type&vc=customer&id=$id";
285
    }
282 286
  }
283 287
  if ($object->isa('SL::DB::Customer')) {
284 288
    my $id     = $object->id;

Auch abrufbar als: Unified diff