Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision e3c3f316

Von Tamino Steinert vor 11 Monaten hinzugefügt

  • ID e3c3f31644262fcbb691e80e8a23509ba3897b00
  • Vorgänger fa3bfa39
  • Nachfolger 6d7fc901

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