Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 0743ffa0

Von Tamino Steinert vor etwa 2 Jahren hinzugefügt

  • ID 0743ffa06124546396483188972655dfece2e99b
  • Vorgänger 77f30228
  • Nachfolger 83b9d2b3

Workflow: (sales/purchase) invoice → reclamation

Unterschiede anzeigen:

bin/mozilla/is.pl
469 469
          checks   => [ 'kivi.validate_form' ],
470 470
          disabled => !$form->{id} ? t8('This invoice has not been posted yet.') : undef,
471 471
        ],
472
        action => [
473
          t8('Reclamation'),
474
          submit   => ['#form', { action => "sales_reclamation" }], # can't call Reclamation directly
475
          disabled => !$form->{id} ? t8('This invoice has not been posted yet.') : undef,
476
          only_if   => ($::form->{type} eq 'invoice')
477
        ],
472 478
      ], # end of combobox "Workflow"
473 479

  
474 480
      combobox => [

Auch abrufbar als: Unified diff