ELT(Kasko): selfIgnition updates
This commit is contained in:
parent
ed487284b7
commit
5bdfd17f17
@ -96,8 +96,8 @@ export default function (this: ICalculationStore) {
|
||||
notConfirmedGlassesDamagesSpecified = false,
|
||||
notConfirmedDamages,
|
||||
notConfirmedDamagesSpecified = false,
|
||||
selfIgnition = false,
|
||||
selfIgnitionSpecified = false,
|
||||
selfIgnition,
|
||||
selfIgnitionSpecified,
|
||||
outsideRoads,
|
||||
outsideRoadsSpecified = false;
|
||||
if (
|
||||
@ -109,8 +109,8 @@ export default function (this: ICalculationStore) {
|
||||
notConfirmedGlassesDamagesSpecified = true;
|
||||
notConfirmedDamages = 2;
|
||||
notConfirmedDamagesSpecified = true;
|
||||
// selfIgnition = true;
|
||||
selfIgnitionSpecified = true;
|
||||
selfIgnition = true;
|
||||
selfIgnitionSpecified = getSpecified(selfIgnition);
|
||||
outsideRoads = true;
|
||||
outsideRoadsSpecified = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user