Cycle nr changed to Batch nr in printouts, saved data
This commit is contained in:
parent
64253e1985
commit
338a1f2d49
@ -125,7 +125,7 @@ namespace TBF.BenchControl.ResultsPrinters.Basic
|
||||
|
||||
string[] leftColumn = new string[]
|
||||
{
|
||||
"Cycle number: ",
|
||||
"Batch number: ",
|
||||
"Date and time: ",
|
||||
"Procedure:",
|
||||
Strings.User_,
|
||||
|
||||
@ -131,7 +131,7 @@ namespace TBF.BenchControl.ResultsWriters.Basic
|
||||
|
||||
string[] leftColumn = new string[]
|
||||
{
|
||||
"Cycle number: ",
|
||||
"Batch number: ",
|
||||
"Date and time: ",
|
||||
"Procedure:",
|
||||
Strings.User_,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user