Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision e9a45cb4

Von Tamino Steinert vor etwa 1 Jahr hinzugefügt

  • ID e9a45cb49b2bc2593d60a28b6ef047379eb115d9
  • Vorgänger 78553dc5
  • Nachfolger 034cbfaa

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