From 3ddf1e88afb0c817509b80ea4f8466842c349f43 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Wed, 26 Apr 2017 11:43:28 +0200 Subject: [PATCH] =?utf8?q?ActionBar:=20Korrekte=20actions=20f=C3=BCr=20pur?= =?utf8?q?chase=5Forder=20und=20request=5Ffor=5Fquotation?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- bin/mozilla/oe.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/mozilla/oe.pl b/bin/mozilla/oe.pl index e49e462f3..2c75173f7 100644 --- a/bin/mozilla/oe.pl +++ b/bin/mozilla/oe.pl @@ -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" -- 2.20.1