X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/7e7aae8d20f3faf45073e5b888989a0ee5fce146..c84371a6c9dfbb6fd51e0b51ffd7a64e4a284d05:/js/kivi.CustomerVendor.js diff --git a/js/kivi.CustomerVendor.js b/js/kivi.CustomerVendor.js index 14e02e0d1..a641adc80 100644 --- a/js/kivi.CustomerVendor.js +++ b/js/kivi.CustomerVendor.js @@ -364,6 +364,7 @@ namespace('kivi.CustomerVendor', function(ns) { self.handle_changed_text(); } if (event.which == KEY.ENTER) { + event.preventDefault(); self.handle_changed_text({ match_none: self.o.action.commit_none, match_one: self.o.action.commit_one,