X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/4af0680de7454195d92003613a03dc3eca4d94d2..40df01939f53719f4f7c167ed2bf7fa67c509291:/js/kivi.Part.js diff --git a/js/kivi.Part.js b/js/kivi.Part.js index 8daaf8c33..b83fb044d 100644 --- a/js/kivi.Part.js +++ b/js/kivi.Part.js @@ -349,7 +349,7 @@ namespace('kivi.Part', function(ns) { data['filter.obsolete'] = 0; if (this.o.classification_id) - data['filter.classification_id'] = this.o.classification_id.split(','); + data['filter.classification_id:any'] = this.o.classification_id.replaceAll(',', ' '); if (this.o.unit) data['filter.unit'] = this.o.unit.split(',');