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/ir.pl
t8('Reclamation'),
submit => ['#form', { action => "purchase_reclamation" }], # can't call Reclamation directly
disabled => !$form->{id} ? t8('This invoice has not been posted yet.') : undef,
only_if => ($::form->{type} eq 'purchase_invoice')
only_if => ($::instance_conf->get_show_purchase_reclamation && $::form->{type} eq 'purchase_invoice')
],
], # end of combobox "Workflow"

Auch abrufbar als: Unified diff