CustomerVendor-Picker: 'type' nicht als html-Attribut setzen
[kivitendo-erp.git] / js / kivi.CustomerVendor.js
index 6ee499a..e9b22be 100644 (file)
@@ -271,7 +271,7 @@ namespace('kivi.CustomerVendor', function(ns) {
         'filter.all:substr:multi::ilike': term,
         'filter.obsolete': 0,
         current:  this.$real.val(),
-        type:     this.o.type,
+        type:     this.o.cv_type,
       };
     },
     set_item: function(item) {