X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/6b5fa71b6ef0f4613c719c5c67d0dca2df6877a8..320664922d387971c50ff1070abc2b73050a024f:/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'),