Revision fab2b3f1
Von Tamino Steinert vor fast 2 Jahren hinzugefügt
bin/mozilla/is.pl | ||
---|---|---|
474 | 474 |
checks => [ 'kivi.validate_form' ], |
475 | 475 |
disabled => !$form->{id} ? t8('This invoice has not been posted yet.') : undef, |
476 | 476 |
], |
477 |
action => [ |
|
478 |
t8('Reclamation'), |
|
479 |
submit => ['#form', { action => "sales_reclamation" }], # can't call Reclamation directly |
|
480 |
disabled => !$form->{id} ? t8('This invoice has not been posted yet.') : undef, |
|
481 |
only_if => ($::form->{type} eq 'invoice') |
|
482 |
], |
|
477 | 483 |
], # end of combobox "Workflow" |
478 | 484 |
|
479 | 485 |
combobox => [ |
Auch abrufbar als: Unified diff
Workflow: (sales/purchase) invoice → reclamation