X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/83c325df58a10eb84bd8c225e49d4d06b6a210c5..94fca0d40d4b73c5a065760826a367c32b07f83a:/SL/Controller/Order.pm diff --git a/SL/Controller/Order.pm b/SL/Controller/Order.pm index 93015a77e..fb3078cff 100644 --- a/SL/Controller/Order.pm +++ b/SL/Controller/Order.pm @@ -169,6 +169,7 @@ sub action_add_item { ->val('#add_item_sellprice_as_number', '') ->val('#add_item_discount_as_percent', '') ->run('row_table_scroll_down') + ->run('row_set_keyboard_events_by_id', $item->id) ->focus('#add_item_parts_id_name'); $self->_js_redisplay_amounts_and_taxes;