projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e09219
)
Google-Maps-Karten-Symbol auch anzeigen, wenn Land leer ist
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Fri, 3 Jan 2014 12:05:13 +0000
(13:05 +0100)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Fri, 3 Jan 2014 12:05:21 +0000
(13:05 +0100)
js/kivi.CustomerVendor.js
patch
|
blob
|
history
diff --git
a/js/kivi.CustomerVendor.js
b/js/kivi.CustomerVendor.js
index
aed7081
..
e8f412a
100644
(file)
--- 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;
};