CSR-416 Save vin for single vehicle found on address-lookup
This commit is contained in:
parent
ebaf13cc56
commit
09fb6e40f9
1 changed files with 1 additions and 1 deletions
|
|
@ -240,7 +240,7 @@ export default {
|
|||
}
|
||||
|
||||
// update data if the zip or service zip is servicable
|
||||
this.updateVehicleInfo(carFound.vin, carFound);
|
||||
this.updateVehicleInfo(carsFound[0].vin, carFound);
|
||||
this.updateCustomerInfo();
|
||||
|
||||
} else if (carsFound.length > 1) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue