Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision aa271671

Von Werner Hahn vor mehr als 2 Jahren hinzugefügt

  • ID aa271671fddd2c525b0ce431aae738fdb4d89774
  • Vorgänger 2611d434
  • Nachfolger e7c34ad4

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