Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision f087157a

Von Werner Hahn vor mehr als 2 Jahren hinzugefügt

  • ID f087157a0f091d0b802adec83129335c6150fcf3
  • Vorgänger 22f95b08
  • Nachfolger b3320d5c

Reclamation: Order Workflow actionraus

Unterschiede anzeigen:

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

Auch abrufbar als: Unified diff