Die entsprechende Sub in io.pl heißt »order« und nicht »sales_order«.
Behebt #245.
],
action => [
t8('Sales Order'),
],
action => [
t8('Sales Order'),
- submit => [ '#form', { action => "sales_order" } ],
+ submit => [ '#form', { action => "order" } ],
disabled => !$form->{id} ? t8('This invoice has not been posted yet.') : undef,
],
], # end of combobox "Workflow"
disabled => !$form->{id} ? t8('This invoice has not been posted yet.') : undef,
],
], # end of combobox "Workflow"