X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/16de9a326e56db2842ba8511cbe4821047dfb615..7c61f5b1fb8b15dcc41c39ec84d9887b3b4f14ac:/SL/Controller/Order.pm?ds=inline diff --git a/SL/Controller/Order.pm b/SL/Controller/Order.pm index 858ff0021..1c713a72a 100644 --- a/SL/Controller/Order.pm +++ b/SL/Controller/Order.pm @@ -347,6 +347,7 @@ sub action_add_item { ->run('row_table_scroll_down') ->run('row_set_keyboard_events_by_id', $item_id) ->on('.recalc', 'change', 'recalc_amounts_and_taxes') + ->on('.reformat_number', 'change', 'reformat_number') ->focus('#add_item_parts_id_name'); $self->_js_redisplay_amounts_and_taxes;