Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 26feb197

Von Werner Hahn vor fast 2 Jahren hinzugefügt

  • ID 26feb1979fcca62e67f222dc1da7034bcf38efca
  • Vorgänger d85280af
  • Nachfolger 653b3614

ReclamationController: Workflow zu Lieferschein

Unterschiede anzeigen:

SL/Controller/Reclamation.pm
2201 2201
          ],
2202 2202
        ],
2203 2203
        action => [
2204
          t8('Save and Delivery Order'),
2204
          t8('Save and RMA Delivery Order'),
2205 2205
          call      => [
2206 2206
            'kivi.Reclamation.save', 'save_and_delivery_order',
2207 2207
            $::instance_conf->get_reclamation_warn_duplicate_parts,
2208 2208
            $::instance_conf->get_reclamation_warn_no_reqdate,
2209 2209
          ],
2210
          only_if   => (any { $self->type eq $_ } (sales_reclamation_type())),
2211
        ],
2212
        action => [
2213
          t8('Save and Supplier Delivery Order'),
2214
          call      => [
2215
            'kivi.Reclamation.save', 'save_and_delivery_order',
2216
            $::instance_conf->get_reclamation_warn_duplicate_parts,
2217
            $::instance_conf->get_reclamation_warn_no_reqdate,
2218
          ],
2219
          only_if   => (any { $self->type eq $_ } (purchase_reclamation_type())),
2210 2220
        ],
2211 2221
        action => [
2212 2222
          t8('Save and Credit Note'),

Auch abrufbar als: Unified diff