Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision e9a45cb4

Von Tamino Steinert vor mehr als 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
t8('Reclamation'),
submit => ['#form', { action => "sales_reclamation" }], # can't call Reclamation directly
disabled => !$form->{id} ? t8('This invoice has not been posted yet.') : undef,
only_if => ($::form->{type} eq 'invoice')
only_if => ($::form->{type} eq 'invoice' && !$::form->{storno}),
],
], # end of combobox "Workflow"

Auch abrufbar als: Unified diff