Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision b8f97390

Von Werner Hahn vor fast 2 Jahren hinzugefügt

  • ID b8f97390072add6c0cddb1b61090526ed38d9bf6
  • Vorgänger 6af73ca5
  • Nachfolger 225c2831

Revert "Reclamation: Order Workflow actionraus"

This reverts commit 3061e8a20f1185e01f8d828b1692663df4a8cd2b.

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
        ],
2381 2386
        action => [
2382 2387
          t8('Save and Invoice'),
2383 2388
          call      => [ 'kivi.Order.save', { action             => 'save_and_invoice',

Auch abrufbar als: Unified diff