We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bd47ef4 + f399965 commit d29b20bCopy full SHA for d29b20b
wwwroot/js/inspectionrecord.js
@@ -184,7 +184,7 @@ function saveInspectionRecordTemplateToVehicle(isEdit) {
184
if (data) {
185
successToast(isEdit ? "Inspection Record Template Updated" : "Inspection Record Template Added.");
186
hideInspectionRecordTemplateModal();
187
- getVehicleCollisionRecords(formValues.vehicleId);
+ getVehicleInspectionRecords(formValues.vehicleId);
188
} else {
189
errorToast(genericErrorMessage());
190
}
0 commit comments