From: Moritz Bunkus Date: Fri, 17 Mar 2017 08:49:21 +0000 (+0100) Subject: ActionBar: Standardaktion im Kundenstammdatencontroller auf »Speichern« X-Git-Tag: release-3.5.4~1206 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=a6866e207c15cae4bbb0b1479392097a11109df8;p=kivitendo-erp.git ActionBar: Standardaktion im Kundenstammdatencontroller auf »Speichern« --- diff --git a/SL/Controller/CustomerVendor.pm b/SL/Controller/CustomerVendor.pm index 6b0362a58..86bba25f6 100644 --- a/SL/Controller/CustomerVendor.pm +++ b/SL/Controller/CustomerVendor.pm @@ -954,8 +954,9 @@ sub _setup_form_action_bar { combobox => [ action => [ t8('Save'), - submit => [ '#form', { action => "CustomerVendor/save" } ], - checks => [ 'check_taxzone_and_ustid' ], + submit => [ '#form', { action => "CustomerVendor/save" } ], + checks => [ 'check_taxzone_and_ustid' ], + accesskey => 'enter', ], action => [ t8('Save and Close'),