diff --git a/src/layouts/vehicle-damage/vehicle-damage.vue b/src/layouts/vehicle-damage/vehicle-damage.vue index ebb188d89..fa0fc4a73 100644 --- a/src/layouts/vehicle-damage/vehicle-damage.vue +++ b/src/layouts/vehicle-damage/vehicle-damage.vue @@ -236,7 +236,7 @@ export default { async forwardButtonAction() { store.commit(this.storeMutations.UPDATE_IS_REPAIR, this.isWindshieldRepair); - if (this.isWindshieldRepair && this.selectedWindshieldOptions.selectedWindshieldChipCount){ + if (this.isWindshieldRepair){ store.commit(this.storeMutations.UPDATE_NUMBER_OF_CHIPS, parseInt(this.selectedWindshieldOptions.selectedWindshieldChipCount)); } else { store.commit(this.storeMutations.UPDATE_NUMBER_OF_CHIPS, null);