diff --git a/BodyshopUploader/Utils/Decoder/EstimateDecoder.cs b/BodyshopUploader/Utils/Decoder/EstimateDecoder.cs index e873f27..d650820 100644 --- a/BodyshopUploader/Utils/Decoder/EstimateDecoder.cs +++ b/BodyshopUploader/Utils/Decoder/EstimateDecoder.cs @@ -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