IO-2983 Add LA3 Rate at same time as LAA for Mitchell
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user