Output.DB.SaveFlowmeterCorrections tested and fixed, ver. 2.18.847
This commit is contained in:
parent
d97fa481c8
commit
5e50056f4a
@ -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;
|
||||
|
||||
@ -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")]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user