Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision f78d7d77

Von Werner Hahn vor mehr als 1 Jahr hinzugefügt

  • ID f78d7d771f97c73798d7e7be9fb794b350430f87
  • Vorgänger e7c34ad4
  • Nachfolger 8b951301

Reclamation: Order Workflow actionraus

Unterschiede anzeigen:

SL/Controller/Order.pm
2378 2378
          only_if   => (any { $self->type eq $_ } (purchase_order_type())),
2379 2379
          disabled  => !$may_edit_create ? t8('You do not have the permissions to access this function.') : undef,
2380 2380
        ],
2381
        action => [
2382
          t8('Save and Reclamation'),
2383
          call      => [ 'kivi.Order.save', 'save_and_reclamation', $::instance_conf->get_order_warn_duplicate_parts ],
2384
          only_if   => (any { $self->type eq $_ } (sales_order_type(), purchase_order_type()))
2385
        ],
2386 2381
        action => [
2387 2382
          t8('Save and Invoice'),
2388 2383
          call      => [ 'kivi.Order.save', { action             => 'save_and_invoice',

Auch abrufbar als: Unified diff