ActionBar: Korrekte actions für purchase_order und request_for_quotation
authorSven Schöling <s.schoeling@linet-services.de>
Wed, 26 Apr 2017 09:43:28 +0000 (11:43 +0200)
committerSven Schöling <s.schoeling@linet-services.de>
Wed, 26 Apr 2017 09:43:28 +0000 (11:43 +0200)
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"