Revision a6866e20
Von Moritz Bunkus vor mehr als 7 Jahren hinzugefügt
SL/Controller/CustomerVendor.pm | ||
---|---|---|
954 | 954 |
combobox => [ |
955 | 955 |
action => [ |
956 | 956 |
t8('Save'), |
957 |
submit => [ '#form', { action => "CustomerVendor/save" } ], |
|
958 |
checks => [ 'check_taxzone_and_ustid' ], |
|
957 |
submit => [ '#form', { action => "CustomerVendor/save" } ], |
|
958 |
checks => [ 'check_taxzone_and_ustid' ], |
|
959 |
accesskey => 'enter', |
|
959 | 960 |
], |
960 | 961 |
action => [ |
961 | 962 |
t8('Save and Close'), |
Auch abrufbar als: Unified diff
ActionBar: Standardaktion im Kundenstammdatencontroller auf »Speichern«