Revision e4c53ed5
Von Tamino Steinert vor mehr als 2 Jahren hinzugefügt
bin/mozilla/ir.pl | ||
---|---|---|
362 | 362 |
: !$form->{id} ? t8('This invoice has not been posted yet.') |
363 | 363 |
: undef, |
364 | 364 |
], |
365 |
action => [ |
|
366 |
t8('Reclamation'), |
|
367 |
submit => ['#form', { action => "purchase_reclamation" }], # can't call Reclamation directly |
|
368 |
disabled => !$form->{id} ? t8('This invoice has not been posted yet.') : undef, |
|
369 |
only_if => ($::form->{type} eq 'purchase_invoice') |
|
370 |
], |
|
365 | 371 |
], # end of combobox "Workflow" |
366 | 372 |
|
367 | 373 |
combobox => [ |
Auch abrufbar als: Unified diff
Workflow: (sales/purchase) invoice → reclamation