X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/8e09219ff1f7bed3314fa31c2881ac1e4f006ecb..dab5e03718e4d79fa7222e8dc0860b91ffe65239:/js/kivi.CustomerVendor.js diff --git a/js/kivi.CustomerVendor.js b/js/kivi.CustomerVendor.js index aed7081b3..e8f412a61 100644 --- a/js/kivi.CustomerVendor.js +++ b/js/kivi.CustomerVendor.js @@ -105,7 +105,7 @@ namespace('kivi.CustomerVendor', function(ns) { var isNotEmpty = function() { for(var i in $mapSearchElements) - if( $mapSearchElements[i].val() == '' ) + if( ($mapSearchElements[i].attr('id') != prefix + 'country') && ($mapSearchElements[i].val() == '') ) return false; return true; };