]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Controller/Part.pm
CsvImport Multiplex/Aufträge: Auch nicht angegebene CVars im Objekt speichern.
[mfinanz.git] / SL / Controller / Part.pm
index de2cb1d283441f533ac43c749d4df308cfd7ece2..20f6752f1e113426a58281f36b78cf322f3eded1 100644 (file)
@@ -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'),