Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 73aff8f2

Von Tamino Steinert vor mehr als 1 Jahr hinzugefügt

  • ID 73aff8f2a6005e856905d0c4961a94860ab44150
  • Vorgänger 133e6825
  • Nachfolger d6894c6b

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