Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision e7a47ffb

Von Bernd Bleßmann vor 7 Monaten hinzugefügt

  • ID e7a47ffb5a3d7217f941f11b9d26a17394adefc8
  • Vorgänger bb853414
  • Nachfolger 953b448e

Sichtbarkeit neuer Belege: Einstellung bei Workflows berücksichtigen

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' && !$::form->{storno}),
only_if => ($::instance_conf->get_show_sales_reclamation && $::form->{type} eq 'invoice' && !$::form->{storno}),
],
], # end of combobox "Workflow"

Auch abrufbar als: Unified diff