Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 1cbc32f4

Von Werner Hahn vor mehr als 2 Jahren hinzugefügt

  • ID 1cbc32f4d0a7391bbc2871ca81446bb7b5a0ab9e
  • Vorgänger bc8af172
  • Nachfolger cce60b42

ReclamationController: Workflow zu Lieferschein

Unterschiede anzeigen:

SL/Controller/Reclamation.pm
],
],
action => [
t8('Save and Delivery Order'),
t8('Save and RMA Delivery Order'),
call => [
'kivi.Reclamation.save', 'save_and_delivery_order',
$::instance_conf->get_reclamation_warn_duplicate_parts,
$::instance_conf->get_reclamation_warn_no_reqdate,
],
only_if => (any { $self->type eq $_ } (sales_reclamation_type())),
],
action => [
t8('Save and Supplier Delivery Order'),
call => [
'kivi.Reclamation.save', 'save_and_delivery_order',
$::instance_conf->get_reclamation_warn_duplicate_parts,
$::instance_conf->get_reclamation_warn_no_reqdate,
],
only_if => (any { $self->type eq $_ } (purchase_reclamation_type())),
],
action => [
t8('Save and Credit Note'),

Auch abrufbar als: Unified diff