Revision e7a47ffb
Von Bernd Bleßmann vor 7 Monaten hinzugefügt
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
Sichtbarkeit neuer Belege: Einstellung bei Workflows berücksichtigen