Added line_no to lin file decoding as a part of BOD-71.

This commit is contained in:
Patrick Fic
2020-04-24 08:49:15 -07:00
parent 1d1ece0daf
commit 3f9d35a25c

View File

@@ -914,12 +914,13 @@ namespace BodyshopUploader.Utils.Decoder
for (int i = 0; i < reader.RecordCount; i++)
{
var readValues = reader.NextRecord();
dynamic lin = new JObject();
//Mising est_seq
//lin.line_no = readValues[0];//LINE_NO
lin.line_no = readValues[0];//LINE_NO
lin.line_ind = readValues[1];//LINE_IND
lin.line_ref = readValues[2];//LINE_REF
//lin.tran_code = readValues[3];//TRAN_CODE