Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 6b8eefaa

Von Tamino Steinert vor 11 Monaten hinzugefügt

  • ID 6b8eefaa36f084adba942094c98e9844b7a3a629
  • Vorgänger 0196da3a
  • Nachfolger 0cf1c8d8

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