manufacturer/_furnview/_global/html/h/generic-katatree/js/furnplan-communication-service.js
@@ -59,8 +59,8 @@ return this.sendCommand("GetArtPropCountByProg", [manu, prog]); }; FurnplanCommunicationService.GetDynEquipment = function (manu, prog, artNr, manuCat) { return this.sendCommand("GetDynEquipment", [manu, prog, artNr, manuCat]); FurnplanCommunicationService.GetDynEquipment = function (manu, prog, arts, manuCat) { return this.sendCommand("GetDynEquipment", [manu, prog, arts, manuCat]); }; FurnplanCommunicationService.GetCatsByPrio = function (manu, prio) {