From: Sven Schöling Date: Wed, 26 Apr 2017 09:43:28 +0000 (+0200) Subject: ActionBar: Korrekte actions für purchase_order und request_for_quotation X-Git-Tag: release-3.5.4~1102 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=3ddf1e88afb0c817509b80ea4f8466842c349f43;p=kivitendo-erp.git ActionBar: Korrekte actions für purchase_order und request_for_quotation --- 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"