Revision 73aff8f2
Von Tamino Steinert vor etwa 1 Jahr hinzugefügt
bin/mozilla/is.pl | ||
---|---|---|
514 | 514 |
t8('Reclamation'), |
515 | 515 |
submit => ['#form', { action => "sales_reclamation" }], # can't call Reclamation directly |
516 | 516 |
disabled => !$form->{id} ? t8('This invoice has not been posted yet.') : undef, |
517 |
only_if => ($::form->{type} eq 'invoice')
|
|
517 |
only_if => ($::form->{type} eq 'invoice' && !$::form->{storno}),
|
|
518 | 518 |
], |
519 | 519 |
], # end of combobox "Workflow" |
520 | 520 |
|
Auch abrufbar als: Unified diff
FIX: Kein Workflow von Storno Rechnung zu Reklamation