X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/a6866e207c15cae4bbb0b1479392097a11109df8..bad18bee2daabbcca8e77ac229db5e74e259d144:/SL/Controller/Part.pm 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'),