dh_ackergaul
vor 3 Tagen 5bbf43c1b146439ab882815c12ed6292f1d7b4df
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) {