Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 984f6322

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

  • ID 984f6322b98c8d0cd3ceb9f659ed6621d180e617
  • Vorgänger 95e7381e
  • Nachfolger 43e74053

Mandantenkonfiguration: experimentelle Features einzeln an-/abschaltbar machen

es gibt nun "feature_experimental_order" und "feature_experimental_assortment"

angepasster cherry pick von odyn: bc94c40f2f64e7b40fbd90c49dbf41f86688c32d

Unterschiede anzeigen:

SL/FU.pm
338 338
  } elsif ($params{trans_type} eq 'sales_quotation') {
339 339
    my $script = 'oe.pl';
340 340
    my $action = 'edit';
341
    if ($::instance_conf->get_feature_experimental) {
341
    if ($::instance_conf->get_feature_experimental_order) {
342 342
      $script = 'controller.pl';
343 343
      $action = 'Order/edit';
344 344
    }
......
364 364
  } elsif ($params{trans_type} eq 'sales_order') {
365 365
    my $script = 'oe.pl';
366 366
    my $action = 'edit';
367
    if ($::instance_conf->get_feature_experimental) {
367
    if ($::instance_conf->get_feature_experimental_order) {
368 368
      $script = 'controller.pl';
369 369
      $action = 'Order/edit';
370 370
    }
......
400 400
  } elsif ($params{trans_type} eq 'request_quotation') {
401 401
    my $script = 'oe.pl';
402 402
    my $action = 'edit';
403
    if ($::instance_conf->get_feature_experimental) {
403
    if ($::instance_conf->get_feature_experimental_order) {
404 404
      $script = 'controller.pl';
405 405
      $action = 'Order/edit';
406 406
    }
......
412 412
  } elsif ($params{trans_type} eq 'purchase_order') {
413 413
    my $script = 'oe.pl';
414 414
    my $action = 'edit';
415
    if ($::instance_conf->get_feature_experimental) {
415
    if ($::instance_conf->get_feature_experimental_order) {
416 416
      $script = 'controller.pl';
417 417
      $action = 'Order/edit';
418 418
    }

Auch abrufbar als: Unified diff