X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/c46d944c0f688128ee33b2989260f3d9390c61d5..1b7759ed7c474adef6eb75b6cc04431768fff8c3:/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(',');