X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/9fc002ef7e0618d46aa8388ce9acd85164a14848..c8c6d6d:/templates/webpages/ar/search_master.html
diff --git a/templates/webpages/ar/search_master.html b/templates/webpages/ar/search_master.html
index 09872cf99..7b1342580 100644
--- a/templates/webpages/ar/search_master.html
+++ b/templates/webpages/ar/search_master.html
@@ -193,7 +193,7 @@
Calendar.setup( { inputField : "transdatefrom", ifFormat :"[% myconfig_jsc_dateformat %]", align : "BR", button : "trigger1" });
Calendar.setup( { inputField : "transdateto", ifFormat :"[% myconfig_jsc_dateformat %]", align : "BL", button : "trigger2" });
$(document).ready(function(){
- focus();
+ $('customer').focus();
setupDateFormat('[% dateformat | html %]','Falsches Datumsformat!');
setupPoints('[% numberformat | html %]','wrongformat');
})