Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision bcdeb6ec

Von Tamino Steinert vor fast 2 Jahren hinzugefügt

  • ID bcdeb6ecdf8f6bdd981167ffb0a3dafcc4408eb5
  • Vorgänger a6c54e9f
  • Nachfolger c389a0e6

Workflow: (sales/purchase) invoice → reclamation

Unterschiede anzeigen:

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

  
479 485
      combobox => [

Auch abrufbar als: Unified diff