diff --git a/.gitignore b/.gitignore index b7e6124..c755df6 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,9 @@ ## ## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore +.editorconfig +.vscode + # User-specific files *.rsuser *.suo diff --git a/BodyshopUploader/Utils/Decoder/EstimateDecoder.cs b/BodyshopUploader/Utils/Decoder/EstimateDecoder.cs index d74f96e..4798b1d 100644 --- a/BodyshopUploader/Utils/Decoder/EstimateDecoder.cs +++ b/BodyshopUploader/Utils/Decoder/EstimateDecoder.cs @@ -700,7 +700,10 @@ namespace BodyshopPartner.Utils.Decoder break; case "LA3": if (system == "M") - { j.rate_laa = readValues[2]; } + { + j.rate_laa = readValues[2]; + j.rate_la3 = readValues[2]; + } else { j.rate_la3 = readValues[2]; } break;