diff --git a/IRaCIS.Core.Application/TestService.cs b/IRaCIS.Core.Application/TestService.cs index b89c81303..e316f01fa 100644 --- a/IRaCIS.Core.Application/TestService.cs +++ b/IRaCIS.Core.Application/TestService.cs @@ -129,9 +129,9 @@ namespace IRaCIS.Core.Application.Service new SiteSurveyEquipmentField() { FiledName = "ManufacturerType", ShowOrder = 3, IsView = true }, new SiteSurveyEquipmentField() { FiledName = "ManufacturerName", ShowOrder = 4, IsView = true }, - new SiteSurveyEquipmentField() { FiledName = "ScannerType", ShowOrder = 4, IsView = true }, + new SiteSurveyEquipmentField() { FiledName = "ScannerType", ShowOrder = 5, IsView = true }, - new SiteSurveyEquipmentField() { FiledName = "Note", ShowOrder = 5, IsView = true }, + new SiteSurveyEquipmentField() { FiledName = "Note", ShowOrder = 6, IsView = true }, } };