ActionBar: Korrekte actions für purchase_order und request_for_quotation
[kivitendo-erp.git] / bin / mozilla / oe.pl
index e49e462..2c75173 100644 (file)
@@ -366,7 +366,7 @@ sub setup_oe_action_bar {
         ],
         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},
         ],
@@ -389,7 +389,7 @@ sub setup_oe_action_bar {
         ],
         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"