],
action => [
t8('Purchase Order'),
- submit => [ '#form', { action => "sales_order" } ],
+ submit => [ '#form', { action => "purchase_order" } ],
disabled => !$form->{id} ? t8('This record has not been saved yet.') : undef,
only_if => $params{is_req_quo},
],
],
action => [
t8('Request for Quotation'),
- submit => [ '#form', { action => "reqest_for_quotation" } ],
+ submit => [ '#form', { action => "request_for_quotation" } ],
disabled => !$form->{id} ? t8('This record has not been saved yet.') : undef,
],
], # end of combobox "Workflow"