Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision d8f5353e

Von Tamino Steinert vor mehr als 1 Jahr hinzugefügt

  • ID d8f5353e4d2ebb4a39469fa7885465fc82d433c2
  • Vorgänger 357b1d74
  • Nachfolger f7386a86

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