Update device model type on Enrolment

This commit is contained in:
Gary Sharp
2014-09-08 14:53:10 +10:00
parent c846fa053a
commit 3ae99f45bb
+5
View File
@@ -52,6 +52,11 @@ namespace Disco.BI
}
}
}
else
{
if (deviceModel.ModelType != ModelType)
deviceModel.ModelType = ModelType;
}
return new Tuple<DeviceModel,bool>(deviceModel, false);
}