Skip to content

Commit d29b20b

Browse files
authored
Merge pull request #1130 from hargata/Hargata/ins.label.bug
Fix label bug
2 parents bd47ef4 + f399965 commit d29b20b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wwwroot/js/inspectionrecord.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ function saveInspectionRecordTemplateToVehicle(isEdit) {
184184
if (data) {
185185
successToast(isEdit ? "Inspection Record Template Updated" : "Inspection Record Template Added.");
186186
hideInspectionRecordTemplateModal();
187-
getVehicleCollisionRecords(formValues.vehicleId);
187+
getVehicleInspectionRecords(formValues.vehicleId);
188188
} else {
189189
errorToast(genericErrorMessage());
190190
}

0 commit comments

Comments
 (0)