Output.DB.SaveFlowmeterCorrections tested and fixed, ver. 2.18.847

This commit is contained in:
Milan Hanajik 2018-03-19 06:30:49 +01:00
parent d97fa481c8
commit 5e50056f4a
2 changed files with 3 additions and 3 deletions

View File

@ -95,7 +95,7 @@ namespace TBF.BenchControl.Output.DB.SaveFlowmeterCorrections
foreach (var tr2 in batch.TestRslts)
{
if (tr2.TestDone && (tr2.TestData.Id == tr.TestData.Id))
if (tr2.TestDone && (tr2.TestData.Name == tr.TestData.Name))
{
flow += tr2.FlowMean;
errorMaster += tr2.ErrorMaster;

View File

@ -29,5 +29,5 @@ using System.Runtime.InteropServices;
// Build Number
// Revision
//
[assembly: AssemblyVersion("2.18.846.0")]
[assembly: AssemblyFileVersion("2.18.846.0")]
[assembly: AssemblyVersion("2.18.847.0")]
[assembly: AssemblyFileVersion("2.18.847.0")]