From: Moritz Bunkus Date: Tue, 9 May 2017 10:00:52 +0000 (+0200) Subject: ActionBar: oe.pl: Actions für Wechsel Einkauf ↔ Verkauf gefixt X-Git-Tag: release-3.5.4~1097 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=3d774e4a73df6169c379bf55ba0a975cc99a1b92;p=kivitendo-erp.git ActionBar: oe.pl: Actions für Wechsel Einkauf ↔ Verkauf gefixt --- diff --git a/bin/mozilla/oe.pl b/bin/mozilla/oe.pl index 2c75173f7..1a4f5ca26 100644 --- a/bin/mozilla/oe.pl +++ b/bin/mozilla/oe.pl @@ -362,13 +362,13 @@ sub setup_oe_action_bar { t8('Sales Order'), submit => [ '#form', { action => "sales_order" } ], disabled => !$form->{id} ? t8('This record has not been saved yet.') : undef, - only_if => $params{is_sales_quo}, + only_if => $params{is_sales_quo} || $params{is_pur_ord}, ], action => [ t8('Purchase Order'), submit => [ '#form', { action => "purchase_order" } ], disabled => !$form->{id} ? t8('This record has not been saved yet.') : undef, - only_if => $params{is_req_quo}, + only_if => $params{is_sales_ord} || $params{is_req_quo}, ], action => [ t8('Delivery Order'), @@ -386,11 +386,13 @@ sub setup_oe_action_bar { t8('Quotation'), submit => [ '#form', { action => "quotation" } ], disabled => !$form->{id} ? t8('This record has not been saved yet.') : undef, + only_if => $params{is_sales_ord}, ], action => [ t8('Request for Quotation'), submit => [ '#form', { action => "request_for_quotation" } ], disabled => !$form->{id} ? t8('This record has not been saved yet.') : undef, + only_if => $params{is_pur_ord}, ], ], # end of combobox "Workflow"