Revision bcdeb6ec
Von Tamino Steinert vor mehr als 2 Jahren hinzugefügt
bin/mozilla/ir.pl | ||
---|---|---|
: !$form->{id} ? t8('This invoice has not been posted yet.')
|
||
: undef,
|
||
],
|
||
action => [
|
||
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')
|
||
],
|
||
], # end of combobox "Workflow"
|
||
|
||
combobox => [
|
Auch abrufbar als: Unified diff
Workflow: (sales/purchase) invoice → reclamation