Revision fab2b3f1
Von Tamino Steinert vor fast 2 Jahren hinzugefügt
bin/mozilla/ir.pl | ||
---|---|---|
370 | 370 |
: !$form->{id} ? t8('This invoice has not been posted yet.') |
371 | 371 |
: undef, |
372 | 372 |
], |
373 |
action => [ |
|
374 |
t8('Reclamation'), |
|
375 |
submit => ['#form', { action => "purchase_reclamation" }], # can't call Reclamation directly |
|
376 |
disabled => !$form->{id} ? t8('This invoice has not been posted yet.') : undef, |
|
377 |
only_if => ($::form->{type} eq 'purchase_invoice') |
|
378 |
], |
|
373 | 379 |
], # end of combobox "Workflow" |
374 | 380 |
|
375 | 381 |
combobox => [ |
Auch abrufbar als: Unified diff
Workflow: (sales/purchase) invoice → reclamation