Merge branch '1.1.0' of bitbucket.org:snaptsoft/bodyshop-uploader into 1.1.0

This commit is contained in:
Patrick Fic
2024-10-18 12:06:41 -07:00
2 changed files with 7 additions and 1 deletions

3
.gitignore vendored
View File

@@ -3,6 +3,9 @@
##
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
.editorconfig
.vscode
# User-specific files
*.rsuser
*.suo

View File

@@ -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;