Revision d8f5353e
Von Tamino Steinert vor mehr als 1 Jahr 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')
|
||
|
only_if => ($::form->{type} eq 'invoice' && !$::form->{storno}),
|
||
|
],
|
||
|
], # end of combobox "Workflow"
|
||
|
|
||
Auch abrufbar als: Unified diff
FIX: Kein Workflow von Storno Rechnung zu Reklamation