From: Moritz Bunkus Date: Fri, 17 Mar 2017 09:24:02 +0000 (+0100) Subject: ActionBar: Standardaktion im Artikelstammdatencontroller auf »Speichern« X-Git-Tag: release-3.5.4~1205 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=bad18bee2daabbcca8e77ac229db5e74e259d144;p=kivitendo-erp.git ActionBar: Standardaktion im Artikelstammdatencontroller auf »Speichern« --- diff --git a/SL/Controller/Part.pm b/SL/Controller/Part.pm index de2cb1d28..20f6752f1 100644 --- a/SL/Controller/Part.pm +++ b/SL/Controller/Part.pm @@ -1137,8 +1137,9 @@ sub _setup_form_action_bar { combobox => [ action => [ t8('Save'), - call => [ 'kivi.Part.save' ], - disabled => !$may_edit ? t8('You do not have the permissions to access this function.') : undef, + call => [ 'kivi.Part.save' ], + disabled => !$may_edit ? t8('You do not have the permissions to access this function.') : undef, + accesskey => 'enter', ], action => [ t8('Use as new'),