Compare commits

..

1 Commits

View File

@ -618,7 +618,7 @@ export async function makeEltKaskoRequest(
} }
} }
let classification = '11606'; let classification = '11635';
switch (evo_leasingobject_type?.evo_id) { switch (evo_leasingobject_type?.evo_id) {
case '7': { case '7': {
@ -634,7 +634,7 @@ export async function makeEltKaskoRequest(
break; break;
} }
default: { default: {
classification = '11606'; classification = '11635';
break; break;
} }
} }