Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 73aff8f2

Von Tamino Steinert vor 7 Monaten hinzugefügt

  • ID 73aff8f2a6005e856905d0c4961a94860ab44150
  • Vorgänger 133e6825
  • Nachfolger d6894c6b

FIX: Kein Workflow von Storno Rechnung zu Reklamation

Unterschiede anzeigen:

bin/mozilla/is.pl
514 514
          t8('Reclamation'),
515 515
          submit   => ['#form', { action => "sales_reclamation" }], # can't call Reclamation directly
516 516
          disabled => !$form->{id} ? t8('This invoice has not been posted yet.') : undef,
517
          only_if   => ($::form->{type} eq 'invoice')
517
          only_if   => ($::form->{type} eq 'invoice' && !$::form->{storno}),
518 518
        ],
519 519
      ], # end of combobox "Workflow"
520 520

  

Auch abrufbar als: Unified diff